diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b815513..67673f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: fi cp "$src" "${{ matrix.binary }}" - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: files: ${{ matrix.binary }}