Skip to content

Commit 363792f

Browse files
Changing version of action in workflow
1 parent 2e54d08 commit 363792f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Jest Report
1+
name: Publish jest report
22

33
on:
44
# Runs on pushes targeting the default branch
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Deploy to GitHub Pages
3232
if: success()
33-
uses: peaceiris/actions-gh-pages@v3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
publish_dir: ./test-results

0 commit comments

Comments
 (0)