From 4331f26e5d67aa1da2d345b90f6c85afd6c9cf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:48:39 +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 f2ca3ca..917d725 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -127,19 +127,19 @@ jobs: - uses: actions/checkout@v3 - name: Download macOS Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: libspreads_lmdb.dylib path: lib/runtimes/osx-x64/native - name: Download Linux Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: libspreads_lmdb.so path: lib/runtimes/linux-x64/native - name: Download Windows Lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: libspreads_lmdb.dll path: lib/runtimes/win-x64/native