Skip to content

Commit

Permalink
Update heroku_surveyjs-nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Mar 10, 2025
1 parent e7b23c5 commit 068545b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/heroku_surveyjs-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npm run test --if-present
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: node-app
path: .
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: node-app

Expand Down

0 comments on commit 068545b

Please sign in to comment.