Skip to content

Commit 0ee5213

Browse files
committed
fix: 버전 변경
1 parent e6e2247 commit 0ee5213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)