We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d94fcf commit e34eb58Copy full SHA for e34eb58
.github/workflows/GHPages.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Pages
38
uses: actions/configure-pages@v3
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
41
with:
42
path: ./build/eslint-plugin-svelte
43
- name: Deploy to GitHub Pages
0 commit comments