Skip to content

Commit 61aac31

Browse files
authored
fix(ci): actions/upload-artifact v3 -> v4 (#343)
1 parent b1117c7 commit 61aac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: 테스트 레포트 저장
9393
if: ${{ always() }}
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: test-reports
9797
path: build/reports/tests/test

0 commit comments

Comments
 (0)