Skip to content

Commit 97ec052

Browse files
Use actions/upload-artifact@v4.1.7
1 parent 9f98e8e commit 97ec052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
{ flag: "wx" },
127127
);
128128
- name: Upload size data
129-
uses: actions/upload-artifact@v3
129+
uses: actions/upload-artifact@v4.1.7
130130
with:
131131
name: size-files
132132
path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }}

0 commit comments

Comments
 (0)