Skip to content

Commit 88f393f

Browse files
Use fuzzy version for {up,down}load-artifact
1 parent 8c25756 commit 88f393f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
{ flag: "wx" },
128128
);
129129
- name: Upload size data
130-
uses: actions/upload-artifact@v4.1.7
130+
uses: actions/upload-artifact@v4
131131
with:
132132
name: size-files
133133
path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }}
@@ -143,7 +143,7 @@ jobs:
143143
# Clone backtrace to access Github composite actions to report size.
144144
- uses: actions/checkout@v4
145145
- name: Download size data
146-
uses: actions/download-artifact@v4.1.7
146+
uses: actions/download-artifact@v4
147147
with:
148148
name: size-files
149149
path: ${{ env.SIZE_DATA_DIR }}

0 commit comments

Comments
 (0)