File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979
8080 # 4단계: 품질 리포트 아티팩트 업로드
8181 - name : Upload quality reports
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 if : always()
8484 with :
8585 name : quality-reports-${{ github.run_number }}
@@ -131,16 +131,16 @@ jobs:
131131
132132 # 6단계: Docker Image Build and Push (기존 로직 유지)
133133 - name : Login to Docker Hub
134- uses : docker/login-action@v2
134+ uses : docker/login-action@v3
135135 with :
136136 username : ${{ secrets.DOCKERHUB_USERNAME }}
137137 password : ${{ secrets.DOCKERHUB_TOKEN }}
138138
139139 - name : Set up Docker Build
140- uses : docker/setup-buildx-action@v2
140+ uses : docker/setup-buildx-action@v3
141141
142142 - name : Build and push Docker image
143- uses : docker/build-push-action@v4
143+ uses : docker/build-push-action@v6
144144 with :
145145 context : .
146146 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments