ci: update global workflows (#396)
This commit is contained in:
parent
99f9174353
commit
de091570b9
5 changed files with 20 additions and 10 deletions
4
.github/workflows/yaml-lint.yml
vendored
4
.github/workflows/yaml-lint.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: yaml lint
|
||||
id: yaml-lint
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
echo ${{ steps.yaml-lint.outputs.logfile }}
|
||||
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: yamllint-logfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue