From 6fe8b2a4a45f2805a96be45a7b80fcd74330e737 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 25 Apr 2024 06:52:11 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.7 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 f8bd6066..c8b98289 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: wahoo-results.exe