Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent 58a2643 commit b4e60d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Download webapp_package artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: webapp_package
path: webapp_package
Expand Down

0 comments on commit b4e60d4

Please sign in to comment.