File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
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@v2
20+ uses : actions/upload-artifact@v4
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@v2
43+ uses : actions/upload-artifact@v4
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@v2
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : windows-externals
8585 path : apf/examples/pure-data/build/*
@@ -117,7 +117,7 @@ jobs:
117117 run : |
118118 deken package -v $(git describe --tags --always) --objects examples/pure-data/objects.txt apf_example
119119 - name : Upload deken package
120- uses : actions/upload-artifact@v2
120+ uses : actions/upload-artifact@v4
121121 with :
122122 name : Deken package
123123 path : " *.dek*"
You can’t perform that action at this time.
0 commit comments