Skip to content

Commit abf08af

Browse files
authored
Merge pull request #7293 from galaxyproject/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d5260d9 + 35e428c commit abf08af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
# This job runs on Linux
184184
runs-on: ubuntu-latest
185185
steps:
186-
- uses: actions/download-artifact@v4
186+
- uses: actions/download-artifact@v5
187187
with:
188188
path: artifacts
189189
- uses: actions/setup-python@v6

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
matrix:
324324
python-version: ['3.11']
325325
steps:
326-
- uses: actions/download-artifact@v4
326+
- uses: actions/download-artifact@v5
327327
with:
328328
path: artifacts
329329
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)