File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 # Upload docker image
6565 - name : Upload Docker container image artifact
6666 if : matrix.build-os == 'ubuntu-latest'
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
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 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@v4
100+ - uses : actions/upload-artifact@v5
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