File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 shell : bash
4545 - name : Save report
4646 if : github.event_name != 'pull_request'
47- uses : actions/upload-artifact@v5
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : gasreport
5050 overwrite : true
Original file line number Diff line number Diff line change 5050 shell : bash
5151 - name : Save artifacts
5252 if : github.event_name != 'pull_request'
53- uses : actions/upload-artifact@v5
53+ uses : actions/upload-artifact@v6
5454 with :
5555 name : layout
5656 overwrite : true
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 env :
145145 PRERELEASE : ${{ needs.state.outputs.is_prerelease }}
146146 - name : Upload tarball artifact
147- uses : actions/upload-artifact@v5
147+ uses : actions/upload-artifact@v6
148148 with :
149149 name : ${{ github.ref_name }}
150150 path : ${{ steps.pack.outputs.tarball }}
Original file line number Diff line number Diff line change 5454 env :
5555 PRERELEASE : ${{ needs.state.outputs.is_prerelease }}
5656 - name : Upload tarball artifact
57- uses : actions/upload-artifact@v5
57+ uses : actions/upload-artifact@v6
5858 with :
5959 name : ${{ github.ref_name }}-upgradeable
6060 path : ${{ steps.pack.outputs.tarball }}
You can’t perform that action at this time.
0 commit comments