File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Run tests
30
30
run : sudo target/x86_64-unknown-linux-musl/release/avml --compress output.lime
31
31
- name : upload artifacts
32
- uses : actions/upload-artifact@v4.6.1
32
+ uses : actions/upload-artifact@v4.6.2
33
33
with :
34
34
name : linux-x86-64-artifacts
35
35
path : |
47
47
- name : Run tests
48
48
run : sudo target/aarch64-unknown-linux-musl/release/avml --compress output.lime
49
49
- name : upload artifacts
50
- uses : actions/upload-artifact@v4.6.1
50
+ uses : actions/upload-artifact@v4.6.2
51
51
with :
52
52
name : linux-aarch64-artifacts
53
53
path : |
71
71
- name : Run tests
72
72
run : cargo test
73
73
- name : upload artifacts
74
- uses : actions/upload-artifact@v4.6.1
74
+ uses : actions/upload-artifact@v4.6.2
75
75
with :
76
76
name : windows-artifacts
77
77
path : |
You can’t perform that action at this time.
0 commit comments