Skip to content

Commit

Permalink
Update download-artifact action
Browse files Browse the repository at this point in the history
v2 was deprecated
  • Loading branch information
r-tae authored Sep 20, 2024
1 parent 0914d2a commit a26f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2.1.1
uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.artifact_name }}
- name: Copy, untar and run release
Expand Down

0 comments on commit a26f553

Please sign in to comment.