Skip to content

Commit 53daaa8

Browse files
authored
fix: ci run fail. (#769)
1 parent 1584d58 commit 53daaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ikaros-server-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check code style
3939
run: ./gradlew check -x test
4040
- name: Upload build dir if current step run failed.
41-
uses: actions/upload-artifact@v3.1.2
41+
uses: actions/upload-artifact@v4
4242
if: ${{ failure() }}
4343
with:
4444
# Artifact name
@@ -99,7 +99,7 @@ jobs:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100
files: ./server/build/reports/jacoco/test/jacocoTestReport.xml
101101
- name: Upload build dir if current step run failed.
102-
uses: actions/upload-artifact@v3.1.2
102+
uses: actions/upload-artifact@v4
103103
if: ${{ failure() }}
104104
with:
105105
# Artifact name

0 commit comments

Comments
 (0)