diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c20226f..dcc49f7 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -75,7 +75,7 @@ jobs: # Generate provenance (SLSA attestation) for all JARs - name: Generate SLSA build provenance - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v3 with: subject-path: "**/target/*.jar"