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 be64641 commit de3e83aCopy full SHA for de3e83a
.github/workflows/code_size.yml
@@ -36,7 +36,7 @@ jobs:
36
run: echo $PR_NUMBER > pr_number
37
- name: Upload diff
38
if: github.event_name == 'pull_request'
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: code-size-report
42
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