Skip to content

Commit d8780dd

Browse files
committed
workflows: Fix version
1 parent cb3f0f6 commit d8780dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ jobs:
459459
run: |
460460
mv coverage doxygen/coverage
461461
- name: Upload artifact
462-
uses: actions/upload-pages-artifact@v4
462+
# FIXME https://github.com/actions/upload-pages-artifact/issues/128
463+
uses: actions/[email protected]
463464
with:
464465
path: doxygen
465466
deploy:

0 commit comments

Comments
 (0)