From 14ee51a4c7895990b46a4ecc7ad1c074ea7034da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:44:25 +0000 Subject: [PATCH] build(deps): bump actions/attest from 4 to 4.1.0 Bumps [actions/attest](https://github.com/actions/attest) from 4 to 4.1.0. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/v4...v4.1.0) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16e55f4..2d42c5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: scripts/package.sh "$version" "${{ matrix.platform }}" release-assets - name: Generate artifact attestations if: ${{ needs.preflight.outputs.publish == 'true' }} - uses: actions/attest@v4 + uses: actions/attest@v4.1.0 with: subject-path: release-assets/* - uses: actions/upload-artifact@v4