From cfe213e177c04ff66f81d734c130125913b53936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 03:19:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ga-evidence.yml | 2 +- .github/workflows/live-route-drift.yml | 2 +- .github/workflows/published-contract-drift.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ga-evidence.yml b/.github/workflows/ga-evidence.yml index afa2f71..3bbf339 100644 --- a/.github/workflows/ga-evidence.yml +++ b/.github/workflows/ga-evidence.yml @@ -96,7 +96,7 @@ jobs: - name: Upload GA evidence if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ga-evidence-api-spec path: ga-out/ diff --git a/.github/workflows/live-route-drift.yml b/.github/workflows/live-route-drift.yml index 01a8f8c..bdd38a9 100644 --- a/.github/workflows/live-route-drift.yml +++ b/.github/workflows/live-route-drift.yml @@ -111,7 +111,7 @@ jobs: - name: Upload the diff artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: live-route-drift path: /tmp/live-route-drift.json diff --git a/.github/workflows/published-contract-drift.yml b/.github/workflows/published-contract-drift.yml index 446fca9..6ee320d 100644 --- a/.github/workflows/published-contract-drift.yml +++ b/.github/workflows/published-contract-drift.yml @@ -299,7 +299,7 @@ jobs: # crosses a trust boundary here — this job only ever reads, it never writes an issue. - name: Upload the diff artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: contract-drift path: |