File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ${{ matrix.platform.runner }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Build Image
3333 run : buildah bud --platform ${{ matrix.platform.name }} -f ./Dockerfile -t ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }} .
4242 run : podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
4343
4444 - name : Upload artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : image-${{ matrix.platform.tag }}
4848 path : /tmp/image.tar
5454 environment : production
5555 steps :
5656 - name : Download artifacts
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v8
5858
5959 - name : Import images
6060 run : |
You can’t perform that action at this time.
0 commit comments