diff --git a/.github/workflows/api-release.yml b/.github/workflows/api-release.yml index 0d6ad780da..96e8ebd920 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: builds - name: Create Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0064c23b47..9bfa77ebca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: needs: [build, check] steps: - name: Download builds and release notes - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: builds - name: Attest Artifacts