Skip to content

Commit

Permalink
⬆️ bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Jan 23, 2025
1 parent 6af3652 commit 2354a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ jobs:
fi
- name: Upload code coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.list_env.outputs.nyc != ''
with:
name: coverage
name: coverage-${{ matrix.node-version }}-${{ github.run_id }}
path: ./coverage
retention-days: 1

Expand All @@ -222,7 +222,7 @@ jobs:
run: sudo apt-get -y install lcov

- name: Collect coverage reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: ./coverage
Expand Down

0 comments on commit 2354a57

Please sign in to comment.