diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36b73af..d126f9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 with: path: artifacts - name: Create GitHub release