github/workflows: Bump actions/upload-artifact from 2 to 3.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cd4e53a2fe
commit
fc4c47f7bc
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Build mpremote wheel
|
- name: Build mpremote wheel
|
||||||
run: cd tools/mpremote && python -m build --wheel
|
run: cd tools/mpremote && python -m build --wheel
|
||||||
- name: Archive mpremote wheel
|
- name: Archive mpremote wheel
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mpremote
|
name: mpremote
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue