Skip to content

Commit 7473b67

Browse files
ci(deps): bump actions/upload-pages-artifact from 4 to 5 (#674)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4742245 commit 7473b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/typedoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Generate your TypeDoc documentation
2929
- run: npx typedoc
3030
# https://github.com/actions/upload-pages-artifact
31-
- uses: actions/upload-pages-artifact@v4
31+
- uses: actions/upload-pages-artifact@v5
3232
with:
3333
path: ./docs # This should be your TypeDoc "out" path.
3434
deploy-docs:

0 commit comments

Comments
 (0)