Skip to content

Commit 2fb7f12

Browse files
committed
Revved version of upload-pages-artifacts to overcome "Error: Missing download info for actions/upload-artifact@v3"
1 parent 7acbed3 commit 2fb7f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Gather artifacts C
5353
run: cp -a _install/share public/
5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: ./public
5858

0 commit comments

Comments
 (0)