From de087daeaa1b09b3950fe07d34d899a02a171d1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:26:19 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.1 --- .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 804ee5d..8570ff5 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -69,7 +69,7 @@ jobs: - name: Upload test tesults if: always() - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: Test Results (${{ matrix.script }}) path: |