From a97c7e3cd5670f708cf446e03ea00fc95072d292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:27:42 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-cd.yml | 2 +- .github/workflows/nuget-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-cd.yml b/.github/workflows/npm-cd.yml index b22e400b..d603dd39 100644 --- a/.github/workflows/npm-cd.yml +++ b/.github/workflows/npm-cd.yml @@ -38,7 +38,7 @@ jobs: with: node-version: 18.x registry-url: https://registry.npmjs.org - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: NPM path: npm diff --git a/.github/workflows/nuget-cd.yml b/.github/workflows/nuget-cd.yml index f2fc17d4..f08f692b 100644 --- a/.github/workflows/nuget-cd.yml +++ b/.github/workflows/nuget-cd.yml @@ -54,7 +54,7 @@ jobs: with: dotnet-version: 8.0.x # - run: dotnet nuget add source --username DavidVollmers --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github https://nuget.pkg.github.com/DavidVollmers/index.json - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: NuGet path: ./nuget