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>
pull/10849/head
dependabot[bot] 2023-02-24 20:05:50 +00:00 zatwierdzone przez Damien George
rodzic cd4e53a2fe
commit fc4c47f7bc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: |