Update actions/upload-artifact action to v4 (#4826)
This commit is contained in:
3
.github/actions/gas-compare/action.yml
vendored
3
.github/actions/gas-compare/action.yml
vendored
@ -44,7 +44,8 @@ runs:
|
||||
shell: bash
|
||||
- name: Save report
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gasreport
|
||||
overwrite: true
|
||||
path: ${{ inputs.out_report }}
|
||||
|
||||
3
.github/actions/storage-layout/action.yml
vendored
3
.github/actions/storage-layout/action.yml
vendored
@ -50,7 +50,8 @@ runs:
|
||||
shell: bash
|
||||
- name: Save artifacts
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: layout
|
||||
overwrite: true
|
||||
path: ${{ inputs.out_layout }}
|
||||
|
||||
Reference in New Issue
Block a user