Skip to content

Commit 24310f8

Browse files
authored
Bump actions/upload-pages-artifact from 3 to 4 (#273)
2 parents 04e8455 + 422aeeb commit 24310f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Prepare documentation for deployment
130130
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
131-
uses: actions/upload-pages-artifact@v3
131+
uses: actions/upload-pages-artifact@v4
132132
with:
133133
path: docs
134134

0 commit comments

Comments
 (0)