Skip to content

Commit

Permalink
release: use download-action v4 in docker section (#1134)
Browse files Browse the repository at this point in the history
We missed this upgrade in #1047
  • Loading branch information
wadey authored May 3, 2024
1 parent 18f69af commit d6e4b88
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 @@ -128,7 +128,7 @@ jobs:

- name: Download artifacts
if: ${{ env.HAS_DOCKER_CREDS == 'true' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-latest
path: artifacts
Expand Down

0 comments on commit d6e4b88

Please sign in to comment.