From fe9155b38f2895b91ad2214df1282096d31424c9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 9 Mar 2025 23:55:15 +0000 Subject: [PATCH] [workflows]: Upgrade to upload-artifact@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 bc01c53..cc69837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # Upload coverage report as an artifact - name: Upload coverage report (HTML) if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-report-html path: htmlcov/