From 16579dd365fc8059484c58b98b2a7f907cff47e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 20:15:33 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/migration-script.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866ae1c..4085c8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: inlineScript: az bicep build --file infra/main.bicep - name: Upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: coverage diff --git a/.github/workflows/migration-script.yml b/.github/workflows/migration-script.yml index fc4377e..b861669 100644 --- a/.github/workflows/migration-script.yml +++ b/.github/workflows/migration-script.yml @@ -42,7 +42,7 @@ jobs: --output artifacts/sql/Devosmos.ApiStarter.sql - name: Upload migration SQL - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: reviewed-migration-sql path: artifacts/sql/Devosmos.ApiStarter.sql