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 1717 run : |
1818 make install DESTDIR=build PDLIBDIR=
1919 - name : upload Linux externals
20- uses : actions/upload-artifact@v4
20+ uses : actions/upload-artifact@v5
2121 with :
2222 name : linux-externals
2323 path : apf/examples/pure-data/build/*
4040 run : |
4141 make install DESTDIR=build PDLIBDIR=
4242 - name : upload macOS externals
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : macos-externals
4646 path : apf/examples/pure-data/build/*
7979 run : |
8080 make install DESTDIR=build PDLIBDIR=
8181 - name : upload Windows externals
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : windows-externals
8585 path : apf/examples/pure-data/build/*
@@ -120,7 +120,7 @@ jobs:
120120 run : |
121121 deken package -v $(git describe --tags --always) --objects examples/pure-data/objects.txt apf_example
122122 - name : Upload deken package
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 with :
125125 name : Deken package
126126 path : " *.dek*"
You can’t perform that action at this time.
0 commit comments