File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 git submodule update --init --recursive
2626
2727 - name : Cache build cache and downloads
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/br-cache/
3131 # https://github.com/actions/toolkit/issues/505#issuecomment-1650290249
6464 # Upload docker image
6565 - name : Upload Docker container image artifact
6666 if : matrix.build-os == 'ubuntu-latest'
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : docker-image.tar
7070 path : ${{ github.workspace }}/workflow-artifacts/docker-image.tar
Original file line number Diff line number Diff line change 3535 git submodule update --init --recursive
3636
3737 - name : Cache build cache and downloads
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 env :
4040 cache-name : cache-buildroot
4141 with :
9797 tar -cvf ./workflow-artifacts/images.tar.gz --exclude="rootfs.cpio" -C ./workspaces/$SKIFF_WORKSPACE/images/ ./
9898
9999 # Upload system image
100- - uses : actions/upload-artifact@v5
100+ - uses : actions/upload-artifact@v6
101101 with :
102102 name : images-${{ matrix.skiffconf }}.tar.gz
103103 path : ${{ github.workspace }}/workflow-artifacts/images.tar.gz
You can’t perform that action at this time.
0 commit comments