diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 422291e..c164935 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -234,7 +234,7 @@ jobs: verbose: true fail_ci_if_error: false - name: Upload Python ${{ matrix.python-version }} Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ @@ -353,7 +353,7 @@ jobs: verbose: true fail_ci_if_error: false - name: Upload Extra Python ${{ matrix.python-version }} Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d141311..dfa2f5f 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -56,7 +56,7 @@ jobs: # uploads of run results in SARIF format to the repository Actions tab. # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif