From 1ead5cf0c39d2c5da5dd13711ef6c080bc99f90b Mon Sep 17 00:00:00 2001 From: leebs0521 Date: Fri, 31 Jan 2025 14:45:14 +0900 Subject: [PATCH] fix(ci): actions/upload-artifact v3 -> v4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ab288104..adaf339e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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