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 7272 CARGO_INCREMENTAL : 0
7373
7474 - name : " Archive executable artifact"
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : spin-ubuntu-latest
7878 path : target/release/spin
@@ -108,7 +108,7 @@ jobs:
108108 BUILD_SPIN_EXAMPLES : 0
109109
110110 - name : " Archive executable artifact"
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : spin-static-${{ matrix.config.arch }}
114114 path : target/${{ matrix.config.target }}/release/spin
@@ -136,7 +136,7 @@ jobs:
136136 CARGO_INCREMENTAL : 0
137137
138138 - name : " Archive executable artifact"
139- uses : actions/upload-artifact@v3
139+ uses : actions/upload-artifact@v4
140140 with :
141141 name : spin-${{ matrix.os }}
142142 path : target/release/spin${{ matrix.os == 'windows-latest' && '.exe' || '' }}
Original file line number Diff line number Diff line change 2525 run : cargo build --workspace --all-targets --features all-tests --features openssl/vendored
2626
2727 - name : " Archive executable artifact"
28- uses : actions/upload-artifact@v3
28+ uses : actions/upload-artifact@v4
2929 with :
3030 name : spin-ubuntu-latest
3131 path : target/debug/spin
6868 verbose : true
6969
7070 - name : Archive code coverage results
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 if : ${{ github.ref == 'refs/heads/main' }}
7373 with :
7474 name : code-coverage-report
You can’t perform that action at this time.
0 commit comments