We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b379e4f commit 7337e08Copy full SHA for 7337e08
.github/workflows/build_packages.yml
@@ -23,7 +23,7 @@ jobs:
23
if: vars.MICROPY_PUBLISH_MIP_INDEX && github.event_name == 'push' && ! github.event.deleted
24
run: source tools/ci.sh && ci_push_package_index
25
- name: Upload packages as artifact
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: packages-${{ github.sha }}
29
path: ${{ env.PACKAGE_INDEX_PATH }}
0 commit comments