File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 72
72
CARGO_INCREMENTAL : 0
73
73
74
74
- name : " Archive executable artifact"
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : spin-ubuntu-latest
78
78
path : target/release/spin
@@ -108,7 +108,7 @@ jobs:
108
108
BUILD_SPIN_EXAMPLES : 0
109
109
110
110
- name : " Archive executable artifact"
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
name : spin-static-${{ matrix.config.arch }}
114
114
path : target/${{ matrix.config.target }}/release/spin
@@ -136,7 +136,7 @@ jobs:
136
136
CARGO_INCREMENTAL : 0
137
137
138
138
- name : " Archive executable artifact"
139
- uses : actions/upload-artifact@v3
139
+ uses : actions/upload-artifact@v4
140
140
with :
141
141
name : spin-${{ matrix.os }}
142
142
path : target/release/spin${{ matrix.os == 'windows-latest' && '.exe' || '' }}
Original file line number Diff line number Diff line change 25
25
run : cargo build --workspace --all-targets --features all-tests --features openssl/vendored
26
26
27
27
- name : " Archive executable artifact"
28
- uses : actions/upload-artifact@v3
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : spin-ubuntu-latest
31
31
path : target/debug/spin
68
68
verbose : true
69
69
70
70
- name : Archive code coverage results
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
if : ${{ github.ref == 'refs/heads/main' }}
73
73
with :
74
74
name : code-coverage-report
You can’t perform that action at this time.
0 commit comments