Skip to content

Commit ab86f75

Browse files
dependabot[bot]dpgeorge
authored andcommitted
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](actions/upload-artifact@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] <support@github.com>
1 parent 30cc160 commit ab86f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo $PR_NUMBER > pr_number
6767
- name: Upload diff
6868
if: github.event_name == 'pull_request'
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: code-size-report
7272
path: |

.github/workflows/mpremote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build mpremote wheel
2323
run: cd tools/mpremote && python -m build --wheel
2424
- name: Archive mpremote wheel
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: mpremote
2828
path: |

0 commit comments

Comments
 (0)