aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-24 20:05:50 +0000
committerGitHub <noreply@github.com>2023-02-24 20:05:50 +0000
commit57ce97e9190034cce7a93940da7bd5005e8dfb8c (patch)
treeb23516e0694f12c1c1409e9f7f4da1f8fbb42032
parent2e4dda3c2072c4de15ac8d51ddb471b9c3833db7 (diff)
build(deps): bump actions/upload-artifact from 2 to 3dependabot/github_actions/actions/upload-artifact-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>
-rw-r--r--.github/workflows/mpremote.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml
index e5fd47350..9dac8f890 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: |