Skip to content

Commit 86edffe

Browse files
chore(deps): update actions/upload-pages-artifact action to v2
| datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | actions/upload-pages-artifact | v1 | v2 |
1 parent 2886658 commit 86edffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
- run: npm run report:package
5353
- uses: actions/configure-pages@v3
54-
- uses: actions/upload-pages-artifact@v1
54+
- uses: actions/upload-pages-artifact@v2
5555
with:
5656
path: demo
5757
# - run: npx semantic-release

0 commit comments

Comments
 (0)