Skip to content

Commit

Permalink
fix(ci): actions/upload-artifact v3 -> v4 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebs0521 authored Jan 31, 2025
1 parent b1117c7 commit 61aac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: 테스트 레포트 저장
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
path: build/reports/tests/test
Expand Down

0 comments on commit 61aac31

Please sign in to comment.