From d2e114b34b2bc2dd8043149325e865358c86c185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:03:25 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .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 7e1cb40..f594675 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: test-results