diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 174c691..7eaffa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: esac - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.job.target }} path: ${{ matrix.job.target }}.zip