From 2b6283143c128be1b02e789d7394317e83b8894b Mon Sep 17 00:00:00 2001 From: Mathieu Choplain Date: Mon, 9 Sep 2024 11:28:32 +0200 Subject: [PATCH] ci: update upload-artifact action to v4 upload-artifact@v2 action is deprecated - update to v4 to fix CI Signed-off-by: Mathieu Choplain --- .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 289e74b4e..c1f419914 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: --cov-report html \ -vv - name: store coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage path: htmlcov