diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58f923f..cafe2cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,12 +55,12 @@ jobs: GITHUB_TOKEN: ${{ github.TOKEN }} - name: GitHub Attestation for JAR files - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: "target/*.jar" - name: GitHub Attestation for POM file - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: "pom.xml" subject-name: "${{ steps.maven_artifact.outputs.artifactId }}-${{ steps.maven_artifact.outputs.version }}.pom"