From e1e598341c6dcfcee6d9527da7bb675cde57722c Mon Sep 17 00:00:00 2001 From: "squiggler-app[bot]" <265501495+squiggler-app[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:02:45 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f85a362c..bc319f0c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,13 +75,13 @@ jobs: wait-on: http://localhost:1337 env: NODE_OPTIONS: "--no-experimental-require-module --no-experimental-detect-module" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots if-no-files-found: ignore - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: cypress-videos