Skip to content

Commit 19cbb7f

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d4dc44 commit 19cbb7f

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@v5
217+
uses: actions/upload-artifact@v6
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@v5
57+
- uses: actions/upload-artifact@v6
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@v5
79+
- uses: actions/upload-artifact@v6
8080
with:
8181
name: artifact-source
8282
path: dist/*.tar.gz
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build wheels
103103
uses: pypa/cibuildwheel@v3.3
104104

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

0 commit comments

Comments
 (0)