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 8c25756 commit 88f393fCopy full SHA for 88f393f
.github/workflows/check-binary-size.yml
@@ -127,7 +127,7 @@ jobs:
127
{ flag: "wx" },
128
);
129
- name: Upload size data
130
- uses: actions/upload-artifact@v4.1.7
+ uses: actions/upload-artifact@v4
131
with:
132
name: size-files
133
path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }}
@@ -143,7 +143,7 @@ jobs:
143
# Clone backtrace to access Github composite actions to report size.
144
- uses: actions/checkout@v4
145
- name: Download size data
146
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
147
148
149
path: ${{ env.SIZE_DATA_DIR }}
0 commit comments