diff --git a/.github/workflows/release-wasm.yml b/.github/workflows/release-wasm.yml index ec93bf1d2d4..3c08c3d4f89 100644 --- a/.github/workflows/release-wasm.yml +++ b/.github/workflows/release-wasm.yml @@ -44,7 +44,7 @@ jobs: VERSION: ${{ env.VERSION }} run: ./.github/ci-scripts/release_wasm.sh "$VERSION" - name: Upload assets - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 env: VERSION: ${{ env.VERSION }} with: