We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f7994 commit eb5bd17Copy full SHA for eb5bd17
.github/workflows/build.yml
@@ -25,13 +25,13 @@ jobs:
25
cpack
26
27
- name: Upload binary
28
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
29
with:
30
name: neural_amp_modeler.lv2-linux-amd64
31
path: ${{github.workspace}}/build/neural_amp_modeler.lv2
32
33
# - name: Upload deb
34
-# uses: actions/upload-artifact@v1
+# uses: actions/upload-artifact@v4
35
# with:
36
# name: neural_amp_modeler.lv2-linux-deb-amd64
37
# path: ${{github.workspace}}/build/*.deb
0 commit comments