diff --git a/.github/workflows/pytest-darwin.yaml b/.github/workflows/pytest-darwin.yaml index 3a09892..df7e619 100644 --- a/.github/workflows/pytest-darwin.yaml +++ b/.github/workflows/pytest-darwin.yaml @@ -83,7 +83,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 9bfdf00..2e77ee5 100644 --- a/.github/workflows/pytest-linux.yaml +++ b/.github/workflows/pytest-linux.yaml @@ -82,7 +82,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 3acf939..f6a8b25 100644 --- a/.github/workflows/pytest-windows.yaml +++ b/.github/workflows/pytest-windows.yaml @@ -78,7 +78,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 }}"