Skip to content

Commit 067d863

Browse files
authored
Merge pull request #45 from macalinao/dependabot/github_actions/actions/upload-pages-artifact-4
chore(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents a2f9ffa + 1a430b6 commit 067d863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: "docs/"
4545
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)