From e7498b369623c406b4aee1241d3faa0ff8ac04cf Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 8 Jan 2025 13:37:03 -0800 Subject: [PATCH] chore: update actions actions/upload-artifact and actions/download-artifact have been deprecated and need updated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ Signed-off-by: Ry Jones --- .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 ea75ce1b7..3381ad466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: junitxml-title: JUnit - name: Publish lcov report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: lcov-report.zip path: coverage/lcov-report