We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc8579 commit a4baa9eCopy full SHA for a4baa9e
1 file changed
.github/workflows/doc.yaml
@@ -20,13 +20,13 @@ jobs:
20
# This workflow contains a single job called "build"
21
build:
22
name: build documentation
23
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
24
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- name: Checkout Source Code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
with:
31
submodules: recursive
32
@@ -50,7 +50,7 @@ jobs:
50
51
# Update generated doc attachments
52
- name: Upload generated document
53
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
54
55
name: nmsis-doc-${{ github.sha }}
56
path: |
0 commit comments