From d462a6f6cf460b4d98d170fa8d708b59211f9822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:04:10 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/dotnet.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 579be51..89fa084 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -76,12 +76,12 @@ jobs: steps: - name: Download Database Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: Database - name: Download Web Application Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: WebApplication @@ -113,12 +113,12 @@ jobs: steps: - name: Download Database Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: Database - name: Download Web Application Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: WebApplication