From 1a1d0df348c6c937ce664afea6f034ef45272219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:10:21 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index ff13861..d50406b 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -95,7 +95,7 @@ jobs: api.github.com:443 - name: Download test results - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: test-results