Skip to content

Commit f62b294

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

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
@@ -49,7 +49,7 @@ jobs:
4949
name: Build the site
5050
run: mkdocs build
5151
- name: Upload Pages artifact
52-
uses: actions/upload-pages-artifact@v3
52+
uses: actions/upload-pages-artifact@v4
5353
with:
5454
name: build-pr${{ github.event.pull_request.number }}
5555
path: site
@@ -112,7 +112,7 @@ jobs:
112112
name: Build the site
113113
run: mkdocs build
114114
- name: Upload Pages artifact
115-
uses: actions/upload-pages-artifact@v3
115+
uses: actions/upload-pages-artifact@v4
116116
with:
117117
name: build-${{ github.ref_name }}-${{ github.run_id }}
118118
path: site

0 commit comments

Comments
 (0)