From b4a52bd03cacf132dc6a707cf2a17e597f3a3016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:36:49 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnetcore.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2524976..c209d53 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -120,19 +120,19 @@ jobs: dotnet-version: 6.0.x - name: Download macOS Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: libspreads_native.dylib path: dotnet/lib/runtimes/osx-x64/native - name: Download Linux Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: libspreads_native.so path: dotnet/lib/runtimes/linux-x64/native - name: Download Windows Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: spreads_native.dll path: dotnet/lib/runtimes/win-x64/native