diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8184be9..b4ba19f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,6 @@ jobs: - name: Build package run: mvn --batch-mode verify - name: Push GitHub release artifact - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2.0.7 with: files: target/*.jar