diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03d05ecc1..220fbd59e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: needs: [build, check] steps: - name: Download builds and release notes - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: builds - name: Create Release