Skip to content

Commit eb5bd17

Browse files
authored
Update build.yml
1 parent 57f7994 commit eb5bd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
cpack
2626
2727
- name: Upload binary
28-
uses: actions/upload-artifact@v1
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: neural_amp_modeler.lv2-linux-amd64
3131
path: ${{github.workspace}}/build/neural_amp_modeler.lv2
3232

3333
# - name: Upload deb
34-
# uses: actions/upload-artifact@v1
34+
# uses: actions/upload-artifact@v4
3535
# with:
3636
# name: neural_amp_modeler.lv2-linux-deb-amd64
3737
# path: ${{github.workspace}}/build/*.deb

0 commit comments

Comments
 (0)