Skip to content

Commit 2f665b9

Browse files
chore(deps): update actions/upload-pages-artifact action to v2 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47d2f1b commit 2f665b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v3
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v2
4141
with:
4242
path: ./build/eslint-plugin-svelte
4343
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)