github/workflows: Update actions/upload-artifact to v4.

Because v3 is now deprecated.

Signed-off-by: Damien George <damien@micropython.org>
pull/976/head
Damien George 2025-02-24 14:27:31 +11:00
rodzic b379e4fb4c
commit 7337e0802a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ jobs:
if: vars.MICROPY_PUBLISH_MIP_INDEX && github.event_name == 'push' && ! github.event.deleted if: vars.MICROPY_PUBLISH_MIP_INDEX && github.event_name == 'push' && ! github.event.deleted
run: source tools/ci.sh && ci_push_package_index run: source tools/ci.sh && ci_push_package_index
- name: Upload packages as artifact - name: Upload packages as artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: packages-${{ github.sha }} name: packages-${{ github.sha }}
path: ${{ env.PACKAGE_INDEX_PATH }} path: ${{ env.PACKAGE_INDEX_PATH }}