Skip to content

Commit ec657a6

Browse files
Update actions/upload-artifact action to v6
1 parent 79e4988 commit ec657a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
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

.github/workflows/release-cycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)