There was an error while loading. Please reload this page.
1 parent 37d39fe commit d29a2f9Copy full SHA for d29a2f9
1 file changed
.github/workflows/build.yml
@@ -82,14 +82,14 @@ jobs:
82
# (This artifact is downloadable at the bottom of any job's summary page)
83
- name: Upload Results of ${{ matrix.type }} to Artifact
84
if: ${{ failure() }}
85
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
86
with:
87
name: ${{ matrix.type }} results
88
path: ${{ matrix.resultsdir }}
89
90
# Upload code coverage report to artifact, so that it can be shared with the 'codecov' job (see below)
91
- name: Upload code coverage report to Artifact
92
93
94
name: ${{ matrix.type }} coverage report
95
path: 'dspace/target/site/jacoco-aggregate/jacoco.xml'
0 commit comments