diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d177024c..b4977d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: egress-policy: audit - name: Download Artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5acc65fc..9d0f6227 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: egress-policy: audit - name: Download test results - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: test-results-* path: testreport/ diff --git a/.github/workflows/tpip-check.yml b/.github/workflows/tpip-check.yml index 9d18325a..25149801 100644 --- a/.github/workflows/tpip-check.yml +++ b/.github/workflows/tpip-check.yml @@ -82,7 +82,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Restore Changes - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: tpip-report