Skip to content

Commit 7817a9c

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] <[email protected]>
1 parent fec7be8 commit 7817a9c

15 files changed

+19
-19
lines changed

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
flags: api
7474
working-directory: 'galaxy root'
75-
- uses: actions/upload-artifact@v4
75+
- uses: actions/upload-artifact@v5
7676
if: failure()
7777
with:
7878
name: API test results (${{ matrix.python-version }}, ${{ matrix.chunk }})

.github/workflows/converter_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
mapfile -t TOOL_ARRAY < tool_list.txt
6666
planemo test --biocontainers --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}"
67-
- uses: actions/upload-artifact@v4
67+
- uses: actions/upload-artifact@v5
6868
if: failure()
6969
with:
7070
name: Converter test results (${{ matrix.python-version }})

.github/workflows/cwl_conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
flags: cwl-conformance
6666
working-directory: 'galaxy root'
67-
- uses: actions/upload-artifact@v4
67+
- uses: actions/upload-artifact@v5
6868
if: failure()
6969
with:
7070
name: CWL conformance test results (${{ matrix.python-version }}, ${{ matrix.marker }}, ${{ matrix.conformance-version }})

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
GALAXY_TEST_USEGALAXYEU_USER_PASSWORD: ${{ secrets.USEGALAXYEU_USER_PASSWORD }}
5858
GALAXY_TEST_USEGALAXYEU_USER_KEY: ${{ secrets.USEGALAXYEU_USER_KEY }}
5959
GALAXY_TEST_TIMEOUT_MULTIPLIER: 10
60-
- uses: actions/upload-artifact@v4
60+
- uses: actions/upload-artifact@v5
6161
if: always()
6262
with:
6363
name: Deployment test results (${{ inputs.target }}, ${{ inputs.type }}, ${{ inputs.debug }}, ${{ matrix.python-version }})

.github/workflows/framework_tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
flags: framework
6969
working-directory: 'galaxy root'
70-
- uses: actions/upload-artifact@v4
70+
- uses: actions/upload-artifact@v5
7171
if: failure()
7272
with:
7373
name: Tool framework test results (${{ matrix.python-version }})

.github/workflows/framework_workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
flags: framework-workflows
7070
working-directory: 'galaxy root'
71-
- uses: actions/upload-artifact@v4
71+
- uses: actions/upload-artifact@v5
7272
if: failure()
7373
with:
7474
name: Workflow framework test results (${{ matrix.python-version }})

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
flags: integration
8282
working-directory: 'galaxy root'
83-
- uses: actions/upload-artifact@v4
83+
- uses: actions/upload-artifact@v5
8484
if: failure()
8585
with:
8686
name: Integration test results (${{ matrix.python-version }}, ${{ matrix.chunk }})

.github/workflows/integration_selenium.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
with:
8181
flags: integration-selenium
8282
working-directory: 'galaxy root'
83-
- uses: actions/upload-artifact@v4
83+
- uses: actions/upload-artifact@v5
8484
if: failure()
8585
with:
8686
name: Integration Selenium test results (${{ matrix.python-version }})
8787
path: 'galaxy root/run_integration_tests.html'
88-
- uses: actions/upload-artifact@v4
88+
- uses: actions/upload-artifact@v5
8989
if: failure()
9090
with:
9191
name: Integration Selenium debug info (${{ matrix.python-version }})

.github/workflows/main_tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
flags: main-tools
6262
working-directory: 'galaxy root'
63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v5
6464
if: failure()
6565
with:
6666
name: Main tool test results (${{ matrix.python-version }})

.github/workflows/mulled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run tests
5050
run: tox -e mulled
5151
working-directory: 'galaxy root'
52-
- uses: actions/upload-artifact@v4
52+
- uses: actions/upload-artifact@v5
5353
if: failure()
5454
with:
5555
name: Mulled unit test results (${{ matrix.python-version }})

0 commit comments

Comments
 (0)