diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1df06bb..d085e56 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -123,7 +123,7 @@ jobs: uses: actions/download-artifact@v4.1.4 - run: find - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ needs.release.outputs.version }} tag_name: ${{ needs.release.outputs.version }}