Skip to content

Commit

Permalink
Merge pull request #122 from CederGroupHub/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
lbluque authored Jan 17, 2024
2 parents 1d59682 + 8cc4f45 commit 5996cac
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 @@ -35,7 +35,7 @@ jobs:
if: github.event.inputs.release-pypi == 'true'

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

0 comments on commit 5996cac

Please sign in to comment.