summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-14 19:37:54 +0000
committerDamien George <damien@micropython.org>2023-12-15 16:14:43 +1100
commitde3e83aa4d9b671e6c5581ce19f98aa06f96e255 (patch)
tree17125f9de8543fbc7dc2ff1178db1ce3df901fd1 /.github
parentbe6464121072e827eefa19d7ae12746612a8cb79 (diff)
downloadmicropython-de3e83aa4d9b671e6c5581ce19f98aa06f96e255.tar.gz
micropython-de3e83aa4d9b671e6c5581ce19f98aa06f96e255.zip
github/workflows: Bump actions/upload-artifact from 3 to 4.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- 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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/code_size.yml2
-rw-r--r--.github/workflows/mpremote.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml
index 56097a6d3e..a65a00201a 100644
--- a/.github/workflows/code_size.yml
+++ b/.github/workflows/code_size.yml
@@ -36,7 +36,7 @@ jobs:
run: echo $PR_NUMBER > pr_number
- name: Upload diff
if: github.event_name == 'pull_request'
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: code-size-report
path: |
diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml
index 668567bd42..ee91b6360b 100644
--- a/.github/workflows/mpremote.yml
+++ b/.github/workflows/mpremote.yml
@@ -22,7 +22,7 @@ jobs:
- name: Build mpremote wheel
run: cd tools/mpremote && python -m build --wheel
- name: Archive mpremote wheel
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: mpremote
path: |