From e948c4da204a5358850d69d98ae71173048a327d Mon Sep 17 00:00:00 2001 From: Igor Marczak Date: Wed, 16 Oct 2024 15:06:51 +0200 Subject: [PATCH] update upload-artifact to v3 --- .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 19560492..3339c1a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Upload test report if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-report path: build/test-report.html