Skip to content

Commit b4a0121

Browse files
Bump actions/download-artifact from 7 to 8 (#71)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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>
1 parent cba925d commit b4a0121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/setup-python@v6
7979
with:
8080
python-version: '3.11'
81-
- uses: actions/download-artifact@v7
81+
- uses: actions/download-artifact@v8
8282
with:
8383
name: recipe_list
8484
path: ../workflow_artifacts/
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'modem7' }}
101101
steps:
102102
- uses: actions/checkout@v6
103-
- uses: actions/download-artifact@v7
103+
- uses: actions/download-artifact@v8
104104
with:
105105
name: wheelhouse
106106
path: wheels
@@ -120,7 +120,7 @@ jobs:
120120
# if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'galaxyproject' }}
121121
# runs-on: ubuntu-latest
122122
# steps:
123-
# - uses: actions/download-artifact@v7
123+
# - uses: actions/download-artifact@v8
124124
# with:
125125
# name: wheelhouse
126126
# path: wheelhouse/

0 commit comments

Comments
 (0)