diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e38503..486feb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Build package run: ./mvnw --batch-mode package --file pom.xml - name: Attest build provenance - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-path: target/*.war - name: Prepare package