Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
blowekamp authored Feb 26, 2024
2 parents 972326f + 97d331b commit 97e929e
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 @@ -145,7 +145,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install twine
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download
with:
name: python-packages
Expand Down

0 comments on commit 97e929e

Please sign in to comment.