From 0837a80a9b15e9633dbc3075276c506c37955fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:32:31 +0000 Subject: [PATCH 1/2] build(deps): Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 904464a..2a5e633 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -240,7 +240,7 @@ jobs: - name: Preserve verification diagnostics if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-verification-diagnostics-${{ github.run_attempt }} path: | From f218f95bfd108bed9ae618bfc8cb616748e14ecf Mon Sep 17 00:00:00 2001 From: Daedalus <268206840+daedalus-omt@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:45:38 +0000 Subject: [PATCH 2/2] test: align release artifact assertion with v7 --- test/release-workflow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/release-workflow.test.ts b/test/release-workflow.test.ts index c86eada..814f832 100644 --- a/test/release-workflow.test.ts +++ b/test/release-workflow.test.ts @@ -206,7 +206,7 @@ describe("release workflow", () => { (step) => step.name === "Preserve verification diagnostics" && step.if === "${{ failure() }}" && - step.uses === "actions/upload-artifact@v6" + step.uses === "actions/upload-artifact@v7" ) ).toBe(true); expect(