diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab8d987..9b03f6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: shell: bash - name: Create or Update Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.1 with: files: ${{ matrix.artifacts }} tag_name: ${{ needs.version.outputs.tag }}