Skip to content

Commit 7ae222b

Browse files
Update actions/upload-artifact action to v4 (#4826)
1 parent 6dc9242 commit 7ae222b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/gas-compare/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ runs:
4444
shell: bash
4545
- name: Save report
4646
if: github.event_name != 'pull_request'
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: gasreport
50+
overwrite: true
5051
path: ${{ inputs.out_report }}

.github/actions/storage-layout/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ runs:
5050
shell: bash
5151
- name: Save artifacts
5252
if: github.event_name != 'pull_request'
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: layout
56+
overwrite: true
5657
path: ${{ inputs.out_layout }}

0 commit comments

Comments
 (0)