diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 294e89c..9d17b2e 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@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2 + uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2.0.3 with: files: target/*.jar