From 55eab37f5274d56910f029b27afea9c87b022517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:52:46 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/test_runner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_runner.yml b/.github/workflows/test_runner.yml index 3852659..6c36287 100644 --- a/.github/workflows/test_runner.yml +++ b/.github/workflows/test_runner.yml @@ -66,7 +66,7 @@ jobs: # This step is needed to pass the size data to the report job - name: Upload sketches report to workflow artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }} @@ -79,7 +79,7 @@ jobs: steps: # This step is needed to get the size data produced by the compile jobs - name: Download sketches reports artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }}