From 3e9d7d168154f99d54c47d2e1696584a7ba3befe Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 26 Apr 2024 00:17:00 -0400 Subject: [PATCH] update actions versions --- .github/workflows/checks.yml | 2 +- .github/workflows/e2e.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 10d9f8773..8a61910d0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 name: Code check and tests steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v1 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f2a214ea8..cf3623573 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: env: DOWNLOAD_TIMEOUT: 60000 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install node-canvas deps (macos) @@ -37,7 +37,7 @@ jobs: run: npm run test:e2e:chrome - name: Archive test results if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: image_comparison_results