@@ -44,19 +44,19 @@ jobs:
44
44
- run : tar -cvf Out/macOSRelease.tar -C target/x86_64-apple-darwin/release/bundle/osx/ $(ls target/x86_64-apple-darwin/release/bundle/osx/)
45
45
- run : tar -cvf OutDebug/macOSDebugAppleSilicon.tar -C target/aarch64-apple-darwin/debug/bundle/osx/ $(ls target/aarch64-apple-darwin/debug/bundle/osx/)
46
46
- run : tar -cvf Out/macOSReleaseAppleSilicon.tar -C target/aarch64-apple-darwin/release/bundle/osx/ $(ls target/aarch64-apple-darwin/release/bundle/osx/)
47
- - uses : actions/upload-artifact@v4.3.3
47
+ - uses : actions/upload-artifact@v4.3.4
48
48
with :
49
49
name : macOS Debug
50
50
path : OutDebug/macOSDebug.tar
51
- - uses : actions/upload-artifact@v4.3.3
51
+ - uses : actions/upload-artifact@v4.3.4
52
52
with :
53
53
name : macOS Release
54
54
path : Out/macOSRelease.tar
55
- - uses : actions/upload-artifact@v4.3.3
55
+ - uses : actions/upload-artifact@v4.3.4
56
56
with :
57
57
name : macOS Apple Silicon Debug
58
58
path : OutDebug/macOSDebugAppleSilicon.tar
59
- - uses : actions/upload-artifact@v4.3.3
59
+ - uses : actions/upload-artifact@v4.3.4
60
60
with :
61
61
name : macOS Apple Silicon Release
62
62
path : Out/macOSReleaseAppleSilicon.tar
@@ -72,11 +72,11 @@ jobs:
72
72
- run : cargo install cargo-bundle
73
73
- run : cargo bundle
74
74
- run : cargo bundle --release
75
- - uses : actions/upload-artifact@v4.3.3
75
+ - uses : actions/upload-artifact@v4.3.4
76
76
with :
77
77
name : Linux Debug
78
78
path : target/debug/bundle/deb/*.deb
79
- - uses : actions/upload-artifact@v4.3.3
79
+ - uses : actions/upload-artifact@v4.3.4
80
80
with :
81
81
name : Linux Release
82
82
path : target/release/bundle/deb/*.deb
@@ -89,11 +89,11 @@ jobs:
89
89
- uses : dtolnay/rust-toolchain@nightly
90
90
- run : cargo build -Zunstable-options --out-dir=out-debug
91
91
- run : cargo build --release -Zunstable-options --out-dir=out
92
- - uses : actions/upload-artifact@v4.3.3
92
+ - uses : actions/upload-artifact@v4.3.4
93
93
with :
94
94
name : Windows Debug
95
95
path : out-debug/*.exe
96
- - uses : actions/upload-artifact@v4.3.3
96
+ - uses : actions/upload-artifact@v4.3.4
97
97
with :
98
98
name : Windows Release
99
99
path : out/*.exe
0 commit comments