Skip to content

Commit a31c505

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v4
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
path: ./docs/.vitepress/dist/eslint-plugin-jsonc
4040
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)