From 52e465cd18d7688ef47015380b273ce5939f0f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:07:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 e5f17dc..1622ba2 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@v7 with: name: Database - name: Download Web Application Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: WebApplication @@ -113,12 +113,12 @@ jobs: steps: - name: Download Database Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Database - name: Download Web Application Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: WebApplication