Skip to content

Commit 03e547c

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#496)
| datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | actions/upload-pages-artifact | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 067e1a0 commit 03e547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn build
4949

5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v3
51+
uses: actions/upload-pages-artifact@v4
5252
with:
5353
path: web/build
5454

0 commit comments

Comments
 (0)