Skip to content

Commit 73503e8

Browse files
authored
Merge pull request #32 from team-moeum/ci/migrate-upload-artifact-to-v4
ci: actions/upload-artifact v3 → v4 마이그레이션 (2025-01-30 v3 차단 대응)
2 parents 65cb748 + a334d59 commit 73503e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm test:ci
4040

4141
- name: Upload coverage reports
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: coverage-report
4545
path: coverage/

0 commit comments

Comments
 (0)