Skip to content

Commit b6319c4

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 24214ab commit b6319c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Build the site
5353
run: mkdocs build
5454
- name: Upload Pages artifact
55-
uses: actions/upload-pages-artifact@v3
55+
uses: actions/upload-pages-artifact@v4
5656
with:
5757
name: build-pr${{ github.event.pull_request.number }}
5858
path: site
@@ -117,7 +117,7 @@ jobs:
117117
name: Build the site
118118
run: mkdocs build
119119
- name: Upload Pages artifact
120-
uses: actions/upload-pages-artifact@v3
120+
uses: actions/upload-pages-artifact@v4
121121
with:
122122
name: build-${{ github.ref_name }}-${{ github.run_id }}
123123
path: site

0 commit comments

Comments
 (0)