Skip to content

Commit

Permalink
infra: use artifact v4 in mark-release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 8, 2024
1 parent f570708 commit c8b9446
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 @@ -251,7 +251,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 c8b9446

Please sign in to comment.