Skip to content

Commit df52f76

Browse files
committed
fix: upload-artifact v3 → v4 업그레이드
- v3 지원 중단, v4 업그레이드
1 parent 768dd00 commit df52f76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Checkstyle 검사
3434
run: ./mvnw checkstyle:check
35-
continue-on-error: true # Checkstyle 실패해도 계속 진행
35+
continue-on-error: true
3636

3737
- name: 테스트 실행
3838
run: ./mvnw test
@@ -41,7 +41,7 @@ jobs:
4141
run: ./mvnw package -DskipTests
4242

4343
- name: 빌드 결과 업로드
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: autopublish-jar
4747
path: target/*.jar

0 commit comments

Comments
 (0)