From 96ed9a8ccf1e99eb449a07d9c14529461a73ee93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:32:57 +0000 Subject: [PATCH] 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](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/pytest-darwin.yaml | 2 +- .github/workflows/pytest-linux.yaml | 2 +- .github/workflows/pytest-windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest-darwin.yaml b/.github/workflows/pytest-darwin.yaml index c8c72c0..de510ef 100644 --- a/.github/workflows/pytest-darwin.yaml +++ b/.github/workflows/pytest-darwin.yaml @@ -90,7 +90,7 @@ jobs: mv .coverage "$COVERAGE_FILE" - name: Store coverage file - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}" path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}" diff --git a/.github/workflows/pytest-linux.yaml b/.github/workflows/pytest-linux.yaml index 4c21dc8..51c9e90 100644 --- a/.github/workflows/pytest-linux.yaml +++ b/.github/workflows/pytest-linux.yaml @@ -90,7 +90,7 @@ jobs: mv .coverage "$COVERAGE_FILE" - name: Store coverage file - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}" path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}" diff --git a/.github/workflows/pytest-windows.yaml b/.github/workflows/pytest-windows.yaml index c74a334..8496815 100644 --- a/.github/workflows/pytest-windows.yaml +++ b/.github/workflows/pytest-windows.yaml @@ -83,7 +83,7 @@ jobs: Rename-Item -Path.coverage -NewName "$env:COVERAGE_FILE" - name: Store coverage file - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}" path: "coverage.${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}"