Skip to content

Commit

Permalink
Merge pull request #116 from LucasAlegre/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
ffelten authored Sep 4, 2024
2 parents f3d7c95 + 7f76956 commit 7c2d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- name: Download dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: dist
Expand Down

0 comments on commit 7c2d96a

Please sign in to comment.