Skip to content

Commit 78d156f

Browse files
authored
Merge pull request #423 from galaxyproject/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 1037476 + 9f91832 commit 78d156f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python3 -m pip install build twine
1717
- name: Create and check sdist and wheel packages
1818
run: make dist-all
19-
- uses: actions/upload-artifact@v4
19+
- uses: actions/upload-artifact@v5
2020
with:
2121
name: packages
2222
path: dist/

.github/workflows/galaxy_framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
GALAXY_TEST_JOB_CONFIG_FILE: ../pulsar/test_data/test_job_conf.yaml
5151
GALAXY_CONFIG_OVERRIDE_METADATA_STRATEGY: ${{ matrix.metadata-strategy }}
52-
- uses: actions/upload-artifact@v4
52+
- uses: actions/upload-artifact@v5
5353
with:
5454
name: Framework test results (${{ matrix.galaxy-branch }} ${{ matrix.metadata-strategy }} ${{ matrix.python-version }})
5555
path: 'galaxy/run_framework_tests.html'

0 commit comments

Comments
 (0)