diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e46d78fe..f2c1ea7ad 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -233,7 +233,7 @@ jobs: sudo chown -R runner:runner /mnt/cache - name: "Restore cache: object files" - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: /mnt/cache/cc key: haos-cc-${{ matrix.board.id }} @@ -288,7 +288,7 @@ jobs: - name: "Save cache: object files" if: github.ref == 'refs/heads/dev' - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: /mnt/cache/cc key: haos-cc-${{ matrix.board.id }}-${{ github.run_id }}