ci: update global workflows (#396)

This commit is contained in:
LizardByte-bot
2022-10-10 12:07:07 -04:00
committed by GitHub
parent 99f9174353
commit de091570b9
5 changed files with 20 additions and 10 deletions

View File

@@ -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