From ca7e16f8a90ac231a0334c3f01161869c9473505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:43:58 +0000 Subject: [PATCH] deps: (deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nuget-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rl-secure.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index 2946fe0b..d9231514 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: './src' name: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8cc1410..c502a8d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -288,7 +288,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: './src' name: build diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 05bb3ff4..5cf810f2 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -54,7 +54,7 @@ jobs: - name: Setup NuGet uses: nuget/setup-nuget@v2 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: './src' name: build