From 7d8ceeb210c89c2302e3f35de55eb4827c7a8331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:35:12 +0000 Subject: [PATCH] build(deps): Bump actions/attest-build-provenance from 2 to 4 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 4. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 319e693..d3187b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,14 +167,14 @@ jobs: # (this whole job is push/tag-only). - name: Attest build provenance (macOS) if: runner.os == 'macOS' - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4 with: subject-path: | RenderMapperPro-${{ matrix.label }}.zip RenderMapperPro-${{ matrix.label }}.dmg - name: Attest build provenance (Windows) if: runner.os == 'Windows' - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4 with: subject-path: | RenderMapperPro-${{ matrix.label }}.zip