Skip to content

Commit b8ec5de

Browse files
committed
Tweaking CI with updated GH actions
1 parent 898668e commit b8ec5de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
# Runs on pushes targeting the default branch
44
push:
5-
branches: ["*"]
5+
branches: ["main"]
66

77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
run: docker run -v $(pwd):/workspace -w /workspace builder:latest doxygen Doxyfile
3434

3535
- name: upload docs artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: docs
3939
path: docs/
@@ -46,7 +46,7 @@ jobs:
4646
name: docs
4747
url: ${{ steps.deployment.outputs.page_url }}
4848
steps:
49-
- uses: actions/download-artifact@master
49+
- uses: actions/download-artifact@v4
5050
with:
5151
name: docs
5252
path: .

0 commit comments

Comments
 (0)