From b918a80ab004c94a4a62cb8b2304577f87ab10aa Mon Sep 17 00:00:00 2001 From: Igor Marczak Date: Wed, 16 Oct 2024 15:19:31 +0200 Subject: [PATCH] update upload artifact action v2->v4 --- .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..52ea0700 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@v4 with: name: test-report path: build/test-report.html