diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1f06d7f6..01e66c4d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: path: cli - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 - name: Prep archives run: | @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-archives @@ -191,7 +191,7 @@ jobs: done - name: Download release notes - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: RELEASE-NOTES.txt