Skip to content

Commit a4baa9e

Browse files
committed
ci: upgrade github deprecated image and action
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent afc8579 commit a4baa9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
# This workflow contains a single job called "build"
2121
build:
2222
name: build documentation
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- name: Checkout Source Code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
3232

@@ -50,7 +50,7 @@ jobs:
5050
5151
# Update generated doc attachments
5252
- name: Upload generated document
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: nmsis-doc-${{ github.sha }}
5656
path: |

0 commit comments

Comments
 (0)