We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898668e commit b8ec5deCopy full SHA for b8ec5de
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: ci
2
on:
3
# Runs on pushes targeting the default branch
4
push:
5
- branches: ["*"]
+ branches: ["main"]
6
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
33
run: docker run -v $(pwd):/workspace -w /workspace builder:latest doxygen Doxyfile
34
35
- name: upload docs artifact
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: docs
39
path: docs/
@@ -46,7 +46,7 @@ jobs:
46
47
url: ${{ steps.deployment.outputs.page_url }}
48
steps:
49
- - uses: actions/download-artifact@master
+ - uses: actions/download-artifact@v4
50
51
52
path: .
0 commit comments