Skip to content

Commit 012feea

Browse files
authored
ci: update ci machine and action depend version
1 parent b6a4bb6 commit 012feea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_doc.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-18.04]
16+
os: [ubuntu-20.04]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
submodules: recursive
2222
fetch-depth: 0
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
bash .github/ftp_deploy.sh $FTPUSER $FTPPWD $FTPSERVER doc/build/html hbirdv2
4343
- name: Upload Documentation
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
# Artifact name
4747
name: hbirdv2_soc_doc

0 commit comments

Comments
 (0)