From 1da1419ee9165adc31110c95a631b9790ae1924b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:32:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31a230..56cbf64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: dotnet publish ServiceControl_Exporter/ServiceControl_Exporter.csproj -o artifacts working-directory: src/ServiceControl_Exporter - name: Artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: artifacts path: src/ServiceControl_Exporter/artifacts/**/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb6eeda..c9aa339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: run: dotnet publish ServiceControl_Exporter/ServiceControl_Exporter.csproj -o artifacts working-directory: src/ServiceControl_Exporter - name: Artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: artifacts path: src/ServiceControl_Exporter/artifacts/**/*