Skip to content

Commit b8aecee

Browse files
authored
Merge branch 'master' into master
2 parents 8ae4987 + b29a653 commit b8aecee

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
target-branch: 'master'
6+
schedule:
7+
interval: 'monthly'
8+
open-pull-requests-limit: 20
9+
assignees:
10+
- Stanzilla
11+
labels:
12+
- dependencies

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
args: -d -z
2424

25-
- uses: actions/upload-artifact@v2
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: AIO-PR${{ github.event.number }}
2828
path: .release/
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
args: -d -z -g classic
3434

35-
- uses: actions/upload-artifact@v2
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: AIO-PR${{ github.event.number }}-classic
3838
path: .release/
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
args: -d -z -g cata
4444

45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: AIO-PR${{ github.event.number }}-cata
4848
path: .release/

0 commit comments

Comments
 (0)