From 1e3c1f321257034523d717054b24fe0e9f15f86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:36:31 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/spendguard-conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spendguard-conformance.yml b/.github/workflows/spendguard-conformance.yml index f7aaf64..a753063 100644 --- a/.github/workflows/spendguard-conformance.yml +++ b/.github/workflows/spendguard-conformance.yml @@ -43,7 +43,7 @@ jobs: run: python integrations/spendguard/examples/emit_record.py --out trust-record.jwt - name: TRACE conformance run: trace-tests verify --record trust-record.jwt --level 0 - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: conformance-${{ matrix.os }}-py${{ matrix.python }} path: |