File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
cpack
26
26
27
27
- name : Upload binary
28
- uses : actions/upload-artifact@v1
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : neural_amp_modeler.lv2-linux-amd64
31
31
path : ${{github.workspace}}/build/neural_amp_modeler.lv2
32
32
33
33
# - name: Upload deb
34
- # uses: actions/upload-artifact@v1
34
+ # uses: actions/upload-artifact@v4
35
35
# with:
36
36
# name: neural_amp_modeler.lv2-linux-deb-amd64
37
37
# path: ${{github.workspace}}/build/*.deb
51
51
cmake --build . --config=release -j4
52
52
53
53
- name : Upload artifact
54
- uses : actions/upload-artifact@v1
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : neural_amp_modeler.lv2-win
57
57
path : ${{github.workspace}}/build/neural_amp_modeler.lv2
You can’t perform that action at this time.
0 commit comments