diff --git a/.github/workflows/api-release.yml b/.github/workflows/api-release.yml index feaa7585a5ab6..d829bb61b34ad 100644 --- a/.github/workflows/api-release.yml +++ b/.github/workflows/api-release.yml @@ -65,7 +65,7 @@ jobs: needs: [check] steps: - name: Download release notes - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: builds - name: Create Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d636353e5e7f..9d7c18f83c5b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: needs: [build, check] steps: - name: Download builds and release notes - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: builds - name: Attest Artifacts