Skip to content

Commit 62ecf3c

Browse files
authored
chore: Update upload-artifact(ci/cd)
Update upload-artifact(ci/cd) version to v4 from v3.
1 parent 0558661 commit 62ecf3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Collect Tests Result of failed tests
8484
- name: Collect Tests Result
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-result
8989
path: ${{ github.workspace }}/build/reports/tests
@@ -92,4 +92,4 @@ jobs:
9292
- name: Upload Code Coverage Report
9393
uses: codecov/codecov-action@v3
9494
with:
95-
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
95+
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml

0 commit comments

Comments
 (0)