Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayKumarBM authored Jan 29, 2024
1 parent b201bc6 commit 9c38af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
needs: [ tests ]
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: allure-results
path: allure-results

- name: Get Allure history
uses: actions/checkout@v2
uses: actions/checkout@v4
if: always()
continue-on-error: true
with:
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Deploy allure report to Github Pages
if: always()
uses: peaceiris/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v3
env:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
Expand Down

0 comments on commit 9c38af7

Please sign in to comment.