From 7efd3c571ad9b27f270b29649461e716fb147f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:02:12 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.8 --- .github/workflows/windows_angle_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index 69ef312..527695d 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -63,7 +63,7 @@ jobs: run: | . .\ci\windows_ci.ps1 Prepre-env - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.1.8 with: name: angle_dlls-${{ matrix.runs-on }} path: angle_dlls-${{ matrix.runs-on }}