Skip to content

Commit 92c8b33

Browse files
authored
Update ci.yml
1 parent 417f096 commit 92c8b33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- uses: actions/download-artifact@v4
4646
with:
4747
name: build
48-
- run: rm .gitignore
4948
- uses: peaceiris/actions-gh-pages@v3
5049
with:
5150
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -76,7 +75,7 @@ jobs:
7675
runs-on: ubuntu-latest
7776
if: github.ref == 'refs/heads/main'
7877
steps:
79-
- uses: actions/download-artifact@v2
78+
- uses: actions/download-artifact@v4
8079
with:
8180
name: build
8281
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)