diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d60d9a..eccd8c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,11 +90,11 @@ jobs: run: | zig build vscode --summary all - name: Attest binary artifacts - uses: actions/attest-build-provenance@v1.4.3 + uses: actions/attest-build-provenance@v1.4.4 with: subject-path: artifacts/*.zip - name: Attest VS Code extension - uses: actions/attest-build-provenance@v1.4.3 + uses: actions/attest-build-provenance@v1.4.4 with: subject-path: vscode/*.vsix - name: Upload binary artifacts