We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d2f1b commit 2f665b9Copy full SHA for 2f665b9
.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