We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0558661 commit 62ecf3cCopy full SHA for 62ecf3c
.github/workflows/build_develop.yml
@@ -83,7 +83,7 @@ jobs:
83
# Collect Tests Result of failed tests
84
- name: Collect Tests Result
85
if: ${{ failure() }}
86
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
87
with:
88
name: tests-result
89
path: ${{ github.workspace }}/build/reports/tests
@@ -92,4 +92,4 @@ jobs:
92
- name: Upload Code Coverage Report
93
uses: codecov/codecov-action@v3
94
95
- files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
+ files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
0 commit comments