diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac976a29..d0656acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: egress-policy: audit - name: Download Artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffd0e61d..495aca62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: egress-policy: audit - name: Download test results - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: test-results-* path: testreport/ diff --git a/.github/workflows/tpip-check.yml b/.github/workflows/tpip-check.yml index dfdf0a39..643a610c 100644 --- a/.github/workflows/tpip-check.yml +++ b/.github/workflows/tpip-check.yml @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: Restore Changes - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: tpip-report