Skip to content

Commit

Permalink
Update actions/upload-pages-artifact action to v3 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jan 15, 2025
1 parent ece88bd commit a2b968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
# Generate your TypeDoc documentation
- run: npm run build
# https://github.com/actions/upload-pages-artifact
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs # This should be your TypeDoc "out" path.
deploy:

0 comments on commit a2b968c

Please sign in to comment.