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 4848
4949 # Create an artifact of the html output
5050 - name : Upload artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : HTML Documentation
5454 path : user_guide_src/build/html/
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206
207207 - name : Upload coverage results as artifact
208208 if : ${{ inputs.enable-artifact-upload }}
209- uses : actions/upload-artifact@v3
209+ uses : actions/upload-artifact@v4
210210 with :
211211 name : ${{ env.ARTIFACT_NAME }}
212212 path : build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Upload coverage results as artifact
118118 if : ${{ inputs.enable-artifact-upload }}
119- uses : actions/upload-artifact@v3
119+ uses : actions/upload-artifact@v4
120120 with :
121121 name : ${{ env.ARTIFACT_NAME }}
122122 path : build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
You can’t perform that action at this time.
0 commit comments