From 82ee6f0adbd1d1c9885c4b706d9d64e912dc39cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:02:45 +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 24248b4..3c90c35 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