CI: Bump cache and upload-artifact to fix warnings.

patch-ci-cache-versions
Phil Howard 2024-03-28 15:40:52 +00:00
rodzic c386b3e9cf
commit b69e632666
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ jobs:
steps:
- name: Compiler Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/.ccache
key: ccache-cmake-${{github.ref}}-${{matrix.board}}-${{github.sha}}

Wyświetl plik

@ -52,7 +52,7 @@ jobs:
steps:
- name: Compiler Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/.ccache
key: ccache-micropython-${{ matrix.name }}-${{ github.ref }}-${{ github.sha }}
@ -111,7 +111,7 @@ jobs:
cmake_build
- name: Store .uf2 as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.RELEASE_FILE }}.uf2
path: build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2