File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,28 @@ jobs:
23
23
run : make build
24
24
25
25
- name : Upload Slim app binaries (Linux, amd64)
26
- uses : actions/upload-artifact@v4.6.0
26
+ uses : actions/upload-artifact@v4.6.1
27
27
with :
28
28
name : dist_linux
29
29
path : dist_linux
30
30
retention-days : 1
31
31
32
32
- name : Upload Slim app binaries (Linux, arm64)
33
- uses : actions/upload-artifact@v4.6.0
33
+ uses : actions/upload-artifact@v4.6.1
34
34
with :
35
35
name : dist_linux_arm64
36
36
path : dist_linux_arm64
37
37
retention-days : 1
38
38
39
39
- name : Upload Slim app binaries (Linux, arm)
40
- uses : actions/upload-artifact@v4.6.0
40
+ uses : actions/upload-artifact@v4.6.1
41
41
with :
42
42
name : dist_linux_arm
43
43
path : dist_linux_arm
44
44
retention-days : 1
45
45
46
46
- name : Upload Slim app binaries (macOS, amd64)
47
- uses : actions/upload-artifact@v4.6.0
47
+ uses : actions/upload-artifact@v4.6.1
48
48
with :
49
49
name : dist_mac
50
50
path : dist_mac
You can’t perform that action at this time.
0 commit comments