Skip to content

Commit 120afc7

Browse files
Bump actions/upload-artifact from 4 to 5 (#283)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72b21f4 commit 120afc7

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
@@ -90,7 +90,7 @@ jobs:
9090
mv .coverage "$COVERAGE_FILE"
9191
9292
- name: Store coverage file
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
9696
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
@@ -89,7 +89,7 @@ jobs:
8989
mv .coverage "$COVERAGE_FILE"
9090
9191
- name: Store coverage file
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
9595
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
@@ -85,7 +85,7 @@ jobs:
8585
Rename-Item -Path.coverage -NewName "$env:COVERAGE_FILE"
8686
8787
- name: Store coverage file
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"
9191
path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"

0 commit comments

Comments
 (0)