Skip to content

Commit ea012a1

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 927a0eb commit ea012a1

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
@@ -50,7 +50,7 @@ jobs:
5050
name: Build the site
5151
run: mkdocs build
5252
- name: Upload Pages artifact
53-
uses: actions/upload-pages-artifact@v3
53+
uses: actions/upload-pages-artifact@v4
5454
with:
5555
name: build-pr${{ github.event.pull_request.number }}
5656
path: site
@@ -114,7 +114,7 @@ jobs:
114114
name: Build the site
115115
run: mkdocs build
116116
- name: Upload Pages artifact
117-
uses: actions/upload-pages-artifact@v3
117+
uses: actions/upload-pages-artifact@v4
118118
with:
119119
name: build-${{ github.ref_name }}-${{ github.run_id }}
120120
path: site

0 commit comments

Comments
 (0)