diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fc2f886..a92e5542 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: run: | make vendor-tarball - name: Upload to Actions as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: release-artifacts path: vendor-tarball @@ -108,7 +108,9 @@ jobs: - name: Display release notes run: cat $VERSION-release-notes.md - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 + with: + path: release-artifacts - name: Create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}