We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd2a4b commit ab29e9dCopy full SHA for ab29e9d
.github/workflows/code_size.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo $PR_NUMBER > pr_number
42
- name: Upload diff
43
if: github.event_name == 'pull_request'
44
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
45
with:
46
name: code-size-report
47
path: |
.github/workflows/mpremote.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build mpremote wheel
23
run: cd tools/mpremote && python -m build --wheel
24
- name: Archive mpremote wheel
25
26
27
name: mpremote
28
0 commit comments