Skip to content

Commit 3c8a056

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent e95d532 commit 3c8a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
make doc-generate
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
44+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4545
with:
4646
path: './docs/public'
4747
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)