From debfb531d2abea518599d31e73c9c1ecdb081f0c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 30 Sep 2024 19:06:04 -0700 Subject: [PATCH] Try upgrading upload-artifact action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6dd666b..7fb9b1c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: CI: true - name: Upload Screenshot Diffs if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: image_diffs path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/ @@ -48,7 +48,7 @@ jobs: yarn workspace webamp integration-tests -u - name: Upload New Screenshots if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: new_images path: packages/webamp/js/__tests__/__image_snapshots__/