Skip to content

Commit b3f6e3b

Browse files
renovate[bot]cakebaker
authored andcommitted
chore(deps): update actions/upload-artifact action to v7
1 parent 5a912a7 commit b3f6e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ jobs:
250250
previous_multisize=$(cat dl/size-result.json | jq -r '.[] | .multisize')
251251
check 'multicall binary' "$multisize" "$previous_multisize" 'size-result.json'
252252
- name: Upload the individual size result
253-
uses: actions/upload-artifact@v6
253+
uses: actions/upload-artifact@v7
254254
with:
255255
name: individual-size-result
256256
path: individual-size-result.json
257257
- name: Upload the size result
258-
uses: actions/upload-artifact@v6
258+
uses: actions/upload-artifact@v7
259259
with:
260260
name: size-result
261261
path: size-result.json

0 commit comments

Comments
 (0)