Skip to content

Commit

Permalink
Update master_ck-board.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markiianbabiak authored Oct 5, 2024
1 parent 0ead400 commit 1ba0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_ck-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: node-app
path: release.zip
Expand Down

1 comment on commit 1ba0992

@markiianbabiak
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated upload-artifacts action to v3 as v2 was deprecated.

Please sign in to comment.