From 4392c34919680593ac0540a6eb6e9d198c0400bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:17:11 +0100 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 (#319) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59c980f5..232acefe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: - name: Upload artifacts # Run only when triggered from a PR if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: spoiler-output path: ${{github.workspace}}/${{env.OUTPUT_PATH}}