Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
blowekamp authored Feb 27, 2024
2 parents e773d22 + 585ee5d commit 21e06b3
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 @@ -147,7 +147,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 21e06b3

Please sign in to comment.