Skip to content

Commit

Permalink
Merge pull request #141 from scikit-hep/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
eduardo-rodrigues committed Jan 3, 2024
2 parents a4a8b4b + 9d4bbac commit 3643770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 3643770

Please sign in to comment.