Skip to content

Commit

Permalink
Use v4 of actions/download-artifact too
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Sep 5, 2024
1 parent cc03be7 commit 9101ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Download all the artifacts that we'll be publishing. Should keep an eye on
# the `download-artifact` repository to see if we can ever get something
# like "download all artifacts" or "download this list of artifacts"
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: bins-x86_64-macos
path: dist
Expand Down

0 comments on commit 9101ca8

Please sign in to comment.