File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 make
3939 mv *.deb ../../target/release/
4040 - name : Upload artifact
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v7
4242 with :
4343 name : radius2-linux-x86_64
4444 path : |
5959 - name : Run tests
6060 run : cargo test --workspace --verbose --release
6161 - name : Upload artifact
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : radius2-macos-x86_64
6565 path : target/release/radius2
Original file line number Diff line number Diff line change 3232 - name : Run tests
3333 run : cargo test --workspace --verbose --release
3434 - name : Upload artifact
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v7
3636 with :
3737 name : radius2-linux-x86_64
3838 path : target/release/radius2
5151 - name : Run tests
5252 run : cargo test --workspace --verbose --release
5353 - name : Upload artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : radius2-macos-x86_64
5757 path : target/release/radius2
You can’t perform that action at this time.
0 commit comments