Skip to content

Commit 98b489e

Browse files
chore(deps): update actions/upload-pages-artifact action to v3 (#1263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93c5d0e commit 98b489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v2
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: './website/build'
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)