Commit 5ada91d 1 parent 9f6c1bc commit 5ada91d Copy full SHA for 5ada91d
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
cp ./target/${{matrix.config.target_triple}}/release/${{ needs.init.outputs.BINARY_NAME}} ./release-tmp/
162
162
163
163
- name : Upload a Build Artifact
164
- uses : actions/upload-artifact@v3
164
+ uses : actions/upload-artifact@v4
165
165
with :
166
166
name : ${{ needs.init.outputs.BINARY_NAME}}-${{ github.sha }}-${{ matrix.config.artifact }}
167
167
path : release-tmp
Original file line number Diff line number Diff line change 15
15
toolchain : stable
16
16
default : true
17
17
- run : cargo build --release -j`nproc`
18
- - uses : actions/upload-artifact@v3
18
+ - uses : actions/upload-artifact@v4
19
19
with :
20
20
name : linux-artifact
21
21
path : target/release/nomino
28
28
toolchain : stable
29
29
default : true
30
30
- run : cargo build --release -j`sysctl -n hw.physicalcpu`
31
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : macos-artifact
34
34
path : target/release/nomino
41
41
toolchain : stable
42
42
default : true
43
43
- run : cargo build --release
44
- - uses : actions/upload-artifact@v3
44
+ - uses : actions/upload-artifact@v4
45
45
with :
46
46
name : windows-artifact
47
47
path : target\release\nomino.exe
You can’t perform that action at this time.
0 commit comments