Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Mar 1, 2024
2 parents 2b1188c + 48dc3fa commit 5c7f810
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 @@ -44,7 +44,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: dist
Expand Down

0 comments on commit 5c7f810

Please sign in to comment.