Commit 92deb5e 1 parent fafac68 commit 92deb5e Copy full SHA for 92deb5e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ jobs:
82
82
# (This artifact is downloadable at the bottom of any job's summary page)
83
83
- name : Upload Results of ${{ matrix.type }} to Artifact
84
84
if : ${{ failure() }}
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : ${{ matrix.type }} results
88
88
path : ${{ matrix.resultsdir }}
89
89
90
90
# Upload code coverage report to artifact, so that it can be shared with the 'codecov' job (see below)
91
91
- name : Upload code coverage report to Artifact
92
- uses : actions/upload-artifact@v3
92
+ uses : actions/upload-artifact@v4
93
93
with :
94
94
name : ${{ matrix.type }} coverage report
95
95
path : ' dspace/target/site/jacoco-aggregate/jacoco.xml'
You can’t perform that action at this time.
0 commit comments