Skip to content

Commit 44dcd8e

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfdf309 commit 44dcd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: pip install -r requirements.txt
3636
- run: mkdocs build
3737
- name: Upload Artifact
38-
uses: actions/upload-pages-artifact@v3
38+
uses: actions/upload-pages-artifact@v4
3939
with:
4040
path: site/
4141

0 commit comments

Comments
 (0)