From d9aec2b61e4809d130275c30340e966976b76efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:32:18 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/differential-pylint.yml | 2 +- .github/workflows/differential-shellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/differential-pylint.yml b/.github/workflows/differential-pylint.yml index bc126a0c..73689ce5 100644 --- a/.github/workflows/differential-pylint.yml +++ b/.github/workflows/differential-pylint.yml @@ -26,7 +26,7 @@ jobs: - if: ${{ always() }} name: Upload artifact with detected PyLint defects in SARIF format - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Differential PyLint SARIF path: ${{ steps.PyLint.outputs.sarif }} diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 6e173cce..6505ff27 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -29,7 +29,7 @@ jobs: - if: ${{ always() }} name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }}