Skip to content

Commit

Permalink
infra: use artifact v4 in mark-release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 8, 2024
1 parent 8aa6233 commit 83753c3
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 @@ -249,7 +249,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}
cache-key: releaseartifact@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: ${{ inputs.working-directory }}/dist/
Expand Down

0 comments on commit 83753c3

Please sign in to comment.