diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5536d9f..4fdd835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: Compress-Archive -Path dist/* -DestinationPath "${{ matrix.artifact }}.zip" - name: Upload Release Asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | ${{ matrix.artifact }}.tar.gz