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: |