Skip to content

Commit 1b37b17

Browse files
chore(deps): bump actions/upload-pages-artifact from 4 to 5 in the actions group (#13)
1 parent 73ba4de commit 1b37b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx run nox -s docs
2424

2525
- name: Upload docs build as artifact
26-
uses: actions/upload-pages-artifact@v4
26+
uses: actions/upload-pages-artifact@v5
2727
with:
2828
name: ${{ github.event.repository.name }}_docs
2929
path: ${{ github.workspace }}/site

0 commit comments

Comments
 (0)