From 8a087642c45dddfba09de02010df530f2b683a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:15:39 +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 646db3c..8e97c04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -336,14 +336,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: | PrevizRender-${{ matrix.label }}.zip PrevizRender-${{ 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: | PrevizRender-${{ matrix.label }}.zip