Skip to content

Commit 69cf9b2

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

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Pages
3737
uses: actions/configure-pages@v3
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v2
4040
with:
4141
path: ./explorer/dist
4242
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)