From 3c57707a1d631896d082d2cc8807f61965ab43e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:02:58 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.9 (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 42b14cf..87d0fcb 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -88,7 +88,7 @@ jobs: api.github.com:443 - name: Download test results - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: path: test-results