From 3703b7f5ada60bce6cb5497884d13cda058cc84e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:11:49 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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 d4404315..4541bab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: files: lcov.info - name: Archive code coverage results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: code-coverage-report path: lcov.info