diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e9d86e..8d85030 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: ${{ steps.release_notes.outputs.release_notes }} files: build/dependency-tree-diff.jar