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 38d49aa commit 18efcf9Copy full SHA for 18efcf9
.github/workflows/check-binary-size.yml
@@ -142,7 +142,7 @@ jobs:
142
# Clone backtrace to access Github composite actions to report size.
143
- uses: actions/checkout@v3
144
- name: Download size data
145
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
146
with:
147
name: size-files
148
path: ${{ env.SIZE_DATA_DIR }}
0 commit comments