Skip to content

Commit 72051e2

Browse files
dependabot[bot]mr-c
authored andcommitted
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 ca47a78 commit 72051e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
CWLTOOL_OPTIONS: ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
215215
run: ./conformance-test.sh
216216
- name: Archive test results
217-
uses: actions/upload-artifact@v4
217+
uses: actions/upload-artifact@v5
218218
with:
219219
name: cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results
220220
path: |

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Linux arm64 wheels are built on circleci
5555
CIBW_ARCHS_LINUX: auto64 # ppc64le s390x
5656

57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v5
5858
with:
5959
name: artifact-${{ matrix.image }}
6060
path: ./wheelhouse/*.whl
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build sdist
7777
run: pipx run build --sdist
7878

79-
- uses: actions/upload-artifact@v4
79+
- uses: actions/upload-artifact@v5
8080
with:
8181
name: artifact-source
8282
path: dist/*.tar.gz
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build wheels
103103
uses: pypa/[email protected]
104104

105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@v5
106106
with:
107107
name: artifact-${{ matrix.os }}-${{ strategy.job-index }}
108108
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)