File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Upload source artifact
2424 # v4 okay here (runs on ubuntu host with modern glibc)
25- uses : actions/upload-artifact@v6
25+ uses : actions/upload-artifact@v7
2626 with :
2727 name : src
2828 path : src.tgz
3535 ROOT_IMAGE : rootproject/root:6.24.06-centos7
3636 steps :
3737 - name : Download source artifact
38- uses : actions/download-artifact@v7
38+ uses : actions/download-artifact@v8
3939 with :
4040 name : src
4141
8484
8585 - name : Upload build artifacts
8686 if : always()
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : build-artifacts
9090 path : build-artifacts.tgz
Original file line number Diff line number Diff line change @@ -39,20 +39,20 @@ jobs:
3939 fi
4040
4141 - name : Log in to the Container registry
42- uses : docker/login-action@v3
42+ uses : docker/login-action@v4
4343 with :
4444 registry : ${{ env.REGISTRY }}
4545 username : ${{ github.actor }}
4646 password : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : Extract metadata (tags, labels) for Docker
4949 id : meta
50- uses : docker/metadata-action@v5
50+ uses : docker/metadata-action@v6
5151 with :
5252 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5353
5454 - name : Build and push Docker image
55- uses : docker/build-push-action@v6
55+ uses : docker/build-push-action@v7
5656 with :
5757 context : .
5858 build-args : BUILD_BRANCH=${{ env.BUILD_BRANCH }}
You can’t perform that action at this time.
0 commit comments