Skip to content

Commit 5b87e89

Browse files
RSDK-9518: upgrade upload artifact to v4 (#344)
1 parent 27c0697 commit 5b87e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- 'src/**'
8-
- 'README.md'
7+
- "src/**"
8+
- "README.md"
99
branches: [main]
1010

1111
jobs:
@@ -30,7 +30,7 @@ jobs:
3030
run: doxygen Doxyfile
3131

3232
- name: Upload artifacts
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: html-docs
3636
path: etc/docs/api/current

0 commit comments

Comments
 (0)