Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#44)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent d2bf241 commit fc60d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: recipe_list
path: ../workflow_artifacts/
Expand All @@ -100,7 +100,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'modem7' }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheelhouse
path: wheels
Expand All @@ -120,7 +120,7 @@ jobs:
# if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'galaxyproject' }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# name: wheelhouse
# path: wheelhouse/
Expand Down

0 comments on commit fc60d70

Please sign in to comment.