Skip to content

Commit 068545b

Browse files
authored
Update heroku_surveyjs-nodejs.yml
1 parent e7b23c5 commit 068545b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/heroku_surveyjs-nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
npm run test --if-present
2929
3030
- name: Upload artifact for deployment job
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: node-app
3434
path: .
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download artifact from build job
45-
uses: actions/download-artifact@v2
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: node-app
4848

0 commit comments

Comments
 (0)