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 @@ -33,13 +33,13 @@ jobs:
3333 run : cargo build --release
3434
3535 - name : Upload freenet binary
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 with :
3838 name : binaries-x86_64-freenet
3939 path : target/release/freenet
4040
4141 - name : Upload fdev binary
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : binaries-x86_64-fdev
4545 path : target/release/fdev
@@ -65,13 +65,13 @@ jobs:
6565 run : cargo build --release
6666
6767 - name : Upload freenet binary
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v5
6969 with :
7070 name : binaries-arm64-freenet
7171 path : target/release/freenet
7272
7373 - name : Upload fdev binary
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : binaries-arm64-fdev
7777 path : target/release/fdev
You can’t perform that action at this time.
0 commit comments