File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- run : cargo build --release --target x86_64-unknown-linux-musl
21
21
working-directory : server
22
22
- name : Upload artifact
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : server-x86_64-unknown-linux-musl
26
26
path : ./server/target/x86_64-unknown-linux-musl/release/digidecs
47
47
- run : tar -czf frontend.tar.gz dist/*
48
48
working-directory : frontend
49
49
- name : Upload artifact
50
- uses : actions/upload-artifact@v3
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : frontend.tar.gz
53
53
path : ./frontend/frontend.tar.gz
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Download all workflow run artifacts
64
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4
65
65
66
66
- name : Create Release
67
67
id : create_release
You can’t perform that action at this time.
0 commit comments