We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a912a7 commit b3f6e3bCopy full SHA for b3f6e3b
.github/workflows/make.yml
@@ -250,12 +250,12 @@ jobs:
250
previous_multisize=$(cat dl/size-result.json | jq -r '.[] | .multisize')
251
check 'multicall binary' "$multisize" "$previous_multisize" 'size-result.json'
252
- name: Upload the individual size result
253
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
254
with:
255
name: individual-size-result
256
path: individual-size-result.json
257
- name: Upload the size result
258
259
260
name: size-result
261
path: size-result.json
0 commit comments