From acfcc0fbb1e12519627da056a7c79f11fb0b6368 Mon Sep 17 00:00:00 2001 From: itaven Date: Mon, 16 Sep 2024 17:30:38 +0300 Subject: [PATCH] chore: up upload/artifacts actions/upload-artifact --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8b1e297..29361bba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD }} NODE_OPTIONS: --max-old-space-size=4096 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{ always() }} with: name: playwright-report