diff --git a/.github/workflows/CI-DOCS.yml b/.github/workflows/CI-DOCS.yml index d653b35f..f1e148dc 100644 --- a/.github/workflows/CI-DOCS.yml +++ b/.github/workflows/CI-DOCS.yml @@ -71,7 +71,7 @@ jobs: sphinx-lint docs/ 2>&1 >> $GITHUB_STEP_SUMMARY || true ; if: ${{ !cancelled() }} - name: Upload Docs Artifact with Python ${{ matrix.python-version }} on ${{ matrix.os }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: Multicast-Documentation-${{ github.sha }}-${{ matrix.os }}-${{ matrix.python-version }} path: ./docs/www/ diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index a7cde857..3105fd60 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -127,7 +127,7 @@ jobs: verbose: true fail_ci_if_error: false - name: Upload Python ${{ matrix.python-version }} Artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ @@ -277,7 +277,7 @@ jobs: verbose: true fail_ci_if_error: false - name: Upload Extra Python ${{ matrix.python-version }} Artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ @@ -377,7 +377,7 @@ jobs: verbose: true fail_ci_if_error: false - name: Upload Extra Python ${{ matrix.python-version }} Artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: Legacy_Setup-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 41ed517e..b39d0e8a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -46,7 +46,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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: SARIF file path: results.sarif