From db24c49ff1cb70de3d8838bff65b9aab5a64a2d9 Mon Sep 17 00:00:00 2001 From: Edvinas Date: Tue, 1 Oct 2024 12:31:08 +0300 Subject: [PATCH] Update GitHub action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0191ad..9cfc448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: # Test Results - name: Upload Test Results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: Test Results