From f6d6c467465d5d4522ee1f89ed6835fc01fafa37 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jul 2024 13:38:16 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.8 Signed-off-by: Mend Renovate --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd7a1d0f..670259a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -187,7 +187,7 @@ jobs: fetch-depth: 0 - name: Load executable artifact - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: wahoo-results.exe @@ -253,7 +253,7 @@ jobs: run: python -m pip install --user sentry-cli - name: Download executable as artifact - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: wahoo-results.exe