Skip to content

Commit 9f91832

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2099bd commit 9f91832

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)