We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1037476 + 9f91832 commit 78d156fCopy full SHA for 78d156f
2 files changed
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
16
python3 -m pip install build twine
17
- name: Create and check sdist and wheel packages
18
run: make dist-all
19
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
20
with:
21
name: packages
22
path: dist/
.github/workflows/galaxy_framework.yaml
@@ -49,7 +49,7 @@ jobs:
49
env:
50
GALAXY_TEST_JOB_CONFIG_FILE: ../pulsar/test_data/test_job_conf.yaml
51
GALAXY_CONFIG_OVERRIDE_METADATA_STRATEGY: ${{ matrix.metadata-strategy }}
52
53
54
name: Framework test results (${{ matrix.galaxy-branch }} ${{ matrix.metadata-strategy }} ${{ matrix.python-version }})
55
path: 'galaxy/run_framework_tests.html'
0 commit comments