Skip to content

Commit 1aed5cc

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#203)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8903cff commit 1aed5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: pydoc-markdown
2525
- run: mkdocs build
2626
- uses: actions/configure-pages@v5
27-
- uses: actions/upload-pages-artifact@v3
27+
- uses: actions/upload-pages-artifact@v4
2828
with:
2929
path: 'site'
3030
- id: deployment

0 commit comments

Comments
 (0)