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 4949 - name : Upload Data Aggregates
5050 # Used for local debugging
5151 if : (failure() || success())
52- uses : actions/upload-artifact@v3
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : artifacts
5555 path : |
Original file line number Diff line number Diff line change 3737 }
3838 run : jq -n "$RELEASE" > release.json
3939 - if : github.event_name != 'pull_request' && steps.release.outputs.tag != ''
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : release
4343 path : release.json
Original file line number Diff line number Diff line change 9393 edit-mode : replace
9494 body-path : comment.md
9595 - name : Upload one-page HTML report
96- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9797 with :
9898 name : conformance-${{ matrix.target }}.html
9999 path : ./output.html
You can’t perform that action at this time.
0 commit comments