From 8c9de253f1abd33d5cda618c872d87f23391f7de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:42:10 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v6 --- .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 5d09f45..a08fa54 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: test-results