Skip to content

Commit 5bd87e8

Browse files
Bump actions/upload-artifact from 5 to 6 (#304)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7295b9 commit 5bd87e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mv .coverage "$COVERAGE_FILE"
8484
8585
- name: Store coverage file
86-
uses: actions/upload-artifact@v5
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
8989
path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"

.github/workflows/pytest-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
mv .coverage "$COVERAGE_FILE"
8383
8484
- name: Store coverage file
85-
uses: actions/upload-artifact@v5
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
8888
path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"

.github/workflows/pytest-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
Rename-Item -Path.coverage -NewName "$env:COVERAGE_FILE"
7979
8080
- name: Store coverage file
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
8484
path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"

0 commit comments

Comments
 (0)