diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b481262..86d387d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: - name: Create GitHub release if: ${{ github.ref_type == 'tag' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "JDBC Check ${{ github.ref_name }}" fail_on_unmatched_files: true