File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : build
3737 run : cargo build --release
3838 - name : Upload Artifact
39- uses : actions/upload-artifact@v2
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : ${{ matrix.artifact }}
4242 path : target/release/${{ matrix.filename }}
@@ -49,15 +49,15 @@ jobs:
4949 - uses : actions/checkout@v2
5050
5151 # Download artifacts
52- - uses : actions/download-artifact@v2
52+ - uses : actions/download-artifact@v4
5353 with :
5454 name : windows
5555 path : output/windows/server-script
56- - uses : actions/download-artifact@v2
56+ - uses : actions/download-artifact@v4
5757 with :
5858 name : linux
5959 path : output/linux/server-script
60- - uses : actions/download-artifact@v2
60+ - uses : actions/download-artifact@v4
6161 with :
6262 name : darwin
6363 path : output/darwin/server-script
You can’t perform that action at this time.
0 commit comments