diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 03e23274..51ac4c83 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -104,7 +104,7 @@ jobs: - name: Run e2e tests run: npm run test:e2e -- --shard ${{ matrix.shard }}/${{ matrix.total_shards }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: e2e-blob-reports @@ -153,7 +153,7 @@ jobs: - name: Run visual regression tests run: npm run test:visual:native -- --shard ${{ matrix.shard }}/${{ matrix.total_shards }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: visual-regression-blob-reports