From ab86f75efc698ef833dcd47572ffb8afb967b5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:14:26 +0000 Subject: [PATCH] github/workflows: 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/code_size.yml | 2 +- .github/workflows/mpremote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml index cf6838b7ae..42e7183c4f 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -66,7 +66,7 @@ jobs: run: echo $PR_NUMBER > pr_number - name: Upload diff if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code-size-report path: | diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml index 25cf56d587..9f837c9902 100644 --- a/.github/workflows/mpremote.yml +++ b/.github/workflows/mpremote.yml @@ -22,7 +22,7 @@ jobs: - name: Build mpremote wheel run: cd tools/mpremote && python -m build --wheel - name: Archive mpremote wheel - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: mpremote path: |