Merge pull request #6325 from 1715173329/ci-remaining

This commit is contained in:
Jo-Philipp Wich 2023-04-01 11:21:03 +02:00 committed by GitHub
commit 6b9a985fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install
run: npm install
@ -20,7 +20,7 @@ jobs:
run: npm run doc
- name: Archive docs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: docs
path: ./docs/