@@ -29,20 +29,20 @@ jobs:
2929 runs-on : " ubuntu-24.04${{ matrix.arch == 'arm64' && '-arm' || '' }}"
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Set up Docker Buildx
35- uses : docker/setup-buildx-action@v3
35+ uses : docker/setup-buildx-action@v4
3636
3737 - name : Login to GitHub Container Registry
38- uses : docker/login-action@v3
38+ uses : docker/login-action@v4
3939 with :
4040 registry : ghcr.io
4141 username : ${{ github.repository_owner }}
4242 password : ${{ secrets.GITHUB_TOKEN }}
4343
4444 - name : Build and push
45- uses : docker/build-push-action@v6
45+ uses : docker/build-push-action@v7
4646 id : build
4747 with :
4848 context : " ./${{ env.NAME }}"
6262 find "${{ runner.temp }}/digests"
6363
6464 - name : Upload digest
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : " digests__${{ env.NAME }}__${{ matrix.arch }}"
6868 path : " ${{ runner.temp }}/digests/*"
@@ -80,21 +80,21 @@ jobs:
8080 runs-on : " ubuntu-24.04"
8181 steps :
8282 - name : Download digests
83- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v8
8484 with :
8585 path : " ${{ runner.temp }}/digests"
8686 pattern : " digests__*"
8787 merge-multiple : true
8888
8989 - name : Log in to the Container registry
90- uses : docker/login-action@v3
90+ uses : docker/login-action@v4
9191 with :
9292 registry : ghcr.io
9393 username : " ${{ github.actor }}"
9494 password : " ${{ secrets.GITHUB_TOKEN }}"
9595
9696 - name : Set up Docker Buildx
97- uses : docker/setup-buildx-action@v3
97+ uses : docker/setup-buildx-action@v4
9898
9999 - name : Create manifest list and push
100100 working-directory : " ${{ runner.temp }}/digests/"
0 commit comments