use v3 of upload-artifact instead of v2
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 5s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 5s
This commit is contained in:
parent
ac06584097
commit
e7969d29d0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: echo ${{ steps.yaml-lint.outputs.logfile }}
|
||||
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: linter-logfile
|
||||
|
|
Loading…
Reference in a new issue