File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717 - uses : nebularg/actions-luacheck@v1
2626 WAGO_API_TOKEN : ${{ secrets.WAGO_API_TOKEN }}
2727 GITHUB_OAUTH : ${{ secrets.GITHUB_TOKEN }}
2828 - name : Store addon zips in build artifact
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : addon-zips
3232 path : ' .release/KillTrack-*.zip'
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - uses : nebularg/actions-luacheck@v1
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 fetch-depth : 0
1212 - uses : nebularg/actions-luacheck@v1
You can’t perform that action at this time.
0 commit comments