From b8c7a4d1d93788f775acb01fc37d936c6e4f0b4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:44:24 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/overflow-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/overflow-test.yaml b/.github/workflows/overflow-test.yaml index 648aab0..5776f84 100644 --- a/.github/workflows/overflow-test.yaml +++ b/.github/workflows/overflow-test.yaml @@ -27,7 +27,7 @@ jobs: - name: If there is an overflow summary, archive it if: ${{steps.generate-summary.outputs.Overflow}} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{steps.generate-summary.outputs.Overflow}} path: ${{steps.generate-summary.outputs.Overflow}}