Bump actions/upload-artifact from 6 to 7

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 18:20:24 +00:00
committed by GitHub
parent 05ecdddf18
commit 98a25ffac3
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
with:
flags: api
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: API test results (${{ matrix.python-version }}, ${{ matrix.chunk }})
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
run: |
mapfile -t TOOL_ARRAY < tool_list.txt
planemo test --biocontainers --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}"
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Converter test results (${{ matrix.python-version }})
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
with:
flags: cwl-conformance
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: CWL conformance test results (${{ matrix.python-version }}, ${{ matrix.marker }}, ${{ matrix.conformance-version }})
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
GALAXY_TEST_USEGALAXYEU_USER_PASSWORD: ${{ secrets.USEGALAXYEU_USER_PASSWORD }}
GALAXY_TEST_USEGALAXYEU_USER_KEY: ${{ secrets.USEGALAXYEU_USER_KEY }}
GALAXY_TEST_TIMEOUT_MULTIPLIER: 10
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: always()
with:
name: Deployment test results (${{ inputs.target }}, ${{ inputs.type }}, ${{ inputs.debug }}, ${{ matrix.python-version }})
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
with:
flags: framework
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Tool framework test results (${{ matrix.python-version }})
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
with:
flags: framework-workflows
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Workflow framework test results (${{ matrix.python-version }})
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
with:
flags: integration
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Integration test results (${{ matrix.python-version }}, ${{ matrix.chunk }})
+2 -2
View File
@@ -81,12 +81,12 @@ jobs:
with:
flags: integration-selenium
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Integration Selenium test results (${{ matrix.python-version }})
path: 'galaxy root/run_integration_tests.html'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Integration Selenium debug info (${{ matrix.python-version }})
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
with:
flags: main-tools
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Main tool test results (${{ matrix.python-version }})
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Run tests
run: tox -e mulled
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Mulled unit test results (${{ matrix.python-version }})
+2 -2
View File
@@ -62,12 +62,12 @@ jobs:
- name: Run tests
run: ./run_tests.sh --ci_test_metrics --structured_data_html --structured_data_report_file "test.json" --skip_flakey_fails -api lib/galaxy_test/performance
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: API test results (${{ matrix.python-version }})
path: 'galaxy root/run_api_tests.html'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: Performance Metrics (${{ matrix.python-version }})
path: 'galaxy root/test.html'
+2 -2
View File
@@ -88,12 +88,12 @@ jobs:
with:
flags: playwright
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Playwright test results (${{ matrix.python-version }}, ${{ matrix.chunk }})
path: 'galaxy root/run_playwright_tests.html'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Playwright debug info (${{ matrix.python-version }}, ${{ matrix.chunk }})
+2 -2
View File
@@ -81,12 +81,12 @@ jobs:
with:
flags: selenium
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Selenium test results (${{ matrix.python-version }}, ${{ matrix.chunk }})
path: 'galaxy root/run_selenium_tests.html'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Selenium debug info (${{ matrix.python-version }}, ${{ matrix.chunk }})
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
env:
TOOL_SHED_TEST_INSTALL_CLIENT: ${{ matrix.test-install-client }}
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Toolshed test results (${{ matrix.python-version }}, ${{ matrix.test-install-client }})
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
with:
flags: py-unit
working-directory: 'galaxy root'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: failure()
with:
name: Unit test results (${{ matrix.python-version }})