Skip to content

Commit

Permalink
Merge pull request #592 from stefanfoulis/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
thedrow authored Dec 18, 2023
2 parents cdb3818 + ad37592 commit de4626b
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 @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Download distributions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit de4626b

Please sign in to comment.