diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cad41bf7..2770785aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # This step also runs ONLY on tag pushes (real release) - name: Create GitHub release if: "startsWith(github.ref, 'refs/tags/')" - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: files: databricks-sdk-java/target/*.jar body_path: /tmp/release-notes/release-notes.md \ No newline at end of file