Skip to content

Commit c66e1cd

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

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5
4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: ./docs-svelte-kit/build/eslint-plugin-svelte
4646
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)