diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-12 19:05:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 19:05:32 +0000 |
| commit | a1650ae27aedfaff526a332b6eb4cf2701f5bef6 (patch) | |
| tree | 5b00127b3d6e2eb98c3eb35ab53a194ebbf5a013 | |
| parent | 78ff170de9e32c79db6e64d3e33d2bd60002bdcd (diff) | |
build(deps): bump actions/upload-artifact from 4 to 6origin/dependabot/github_actions/actions/upload-artifact-6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/code_size.yml | 2 | ||||
| -rw-r--r-- | .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 aed416767..7d3329613 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -41,7 +41,7 @@ jobs: run: echo $PR_NUMBER > pr_number - name: Upload diff if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: code-size-report path: | diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml index 5b9f1ff13..25cf56d58 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@v4 + uses: actions/upload-artifact@v6 with: name: mpremote path: | |
