Skip to content

Commit 774b615

Browse files
committed
CI: add dependabot.yml, update upload-artifact
1 parent b588ac1 commit 774b615

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/pd-externals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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/*
@@ -40,7 +40,7 @@ jobs:
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/*
@@ -79,7 +79,7 @@ jobs:
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*"

0 commit comments

Comments
 (0)