diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0688cb85f..09dac2719 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: path: cli - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Prep archives run: | @@ -179,7 +179,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: release-archives @@ -193,7 +193,7 @@ jobs: done - name: Download release notes - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: RELEASE-NOTES.txt