From 776159718579b9e06c0f0b4b67eec20a477c77e2 Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Fri, 17 Jan 2025 14:47:07 +0200 Subject: [PATCH] ci: bump actions/upload-artifact version to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98a027a..d9043ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Run tests run: npm test -- --ci --color - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: screenshots