diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cd1d50e..6009c42 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -189,7 +189,7 @@ jobs: # is the sole channel between the jobs — publish-stats rebuilds nothing, it just pushes this # exact file. retention-days:1 — this is transient CI plumbing, not an archive. - name: Upload stats.json artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: stats-json path: stats.json