Skip to content

Commit 4ee18c8

Browse files
committed
fix(workflow): use deploy-pages@v3
1 parent 6ef55c9 commit 4ee18c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
if: matrix.name == 'macos'
277277
with:
278278
name: coverage
279-
path: coverage/src
279+
path: coverage
280280
if-no-files-found: error
281281

282282
- uses: actions/[email protected]
@@ -333,7 +333,7 @@ jobs:
333333
uses: actions/configure-pages@v5
334334

335335
- name: deploy coverage to GitHub Pages
336-
uses: actions/deploy-pages@v4.0.5
336+
uses: actions/deploy-pages@v3
337337
id: deployment
338338
with:
339339
artifact_name: coverage

0 commit comments

Comments
 (0)