File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
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+ target-branch : ' master'
6+ schedule :
7+ interval : ' monthly'
8+ open-pull-requests-limit : 20
9+ assignees :
10+ - Stanzilla
11+ labels :
12+ - dependencies
Original file line number Diff line number Diff line change 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/
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/
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/
You can’t perform that action at this time.
0 commit comments