File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757
5858 # Create an artifact of the html output
5959 - name : Upload artifact
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : HTML Documentation
6363 path : user_guide_src/build/html/
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212
213213 - name : Upload coverage results as artifact
214214 if : ${{ inputs.enable-artifact-upload }}
215- uses : actions/upload-artifact@v4
215+ uses : actions/upload-artifact@v5
216216 with :
217217 name : ${{ env.ARTIFACT_NAME }}
218218 path : build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload coverage results as artifact
124124 if : ${{ inputs.enable-artifact-upload }}
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : ${{ env.ARTIFACT_NAME }}
128128 path : build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
You can’t perform that action at this time.
0 commit comments