From fb183db717e8642ff3e7c6bd540be4212703d2d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:25:02 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6c10f9..465eac7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: npm run build - name: Upload decks - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ausguck path: public @@ -47,13 +47,13 @@ jobs: - name: Run Cypress run: npm run test:e2e:ci - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: chrome-cypress-screenshots path: cypress/screenshots # Test run video was always captured, so this action uses "always()" condition - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: chrome-cypress-videos @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v3 - name: Download decks from previous step - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ausguck path: ausguck