diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml index d4f2e861a6..3cfb9d47d3 100644 --- a/.github/workflows/mpremote.yml +++ b/.github/workflows/mpremote.yml @@ -24,7 +24,7 @@ jobs: - name: Build mpremote wheel run: cd tools/mpremote && python -m build --wheel - name: Archive mpremote wheel - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: mpremote path: |