File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
32
32
with :
33
33
format : YYYY_MMDD_HHmm
34
34
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
37
name : Chromium_Build_${{ steps.current-time.outputs.formattedTime }}
38
38
path : build/chromium/*
39
39
40
- - uses : actions/upload-artifact@v3
40
+ - uses : actions/upload-artifact@v4
41
41
with :
42
42
name : Firefox_Build_${{ steps.current-time.outputs.formattedTime }}
43
43
path : build/firefox/*
44
44
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
with :
47
47
name : Chromium_Build_WithoutKatex_${{ steps.current-time.outputs.formattedTime }}
48
48
path : build/chromium-without-katex-and-tiktoken/*
49
49
50
- - uses : actions/upload-artifact@v3
50
+ - uses : actions/upload-artifact@v4
51
51
with :
52
52
name : Firefox_Build_WithoutKatex_${{ steps.current-time.outputs.formattedTime }}
53
53
path : build/firefox-without-katex-and-tiktoken/*
You can’t perform that action at this time.
0 commit comments