diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea9cbef..e19246c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,6 @@ jobs: Compress-Archive -Path "${{ matrix.artifact }}.exe" -DestinationPath "${{ matrix.artifact }}.zip" - name: Upload release asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ matrix.artifact }}.${{ matrix.archive }}