Skip to content

Commit

Permalink
Update ckb-light-client-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Nov 13, 2024
1 parent a99ad9e commit 6234e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ckb-light-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Node Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: npm-and-yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: |
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: mochawesome-report/

0 comments on commit 6234e2a

Please sign in to comment.