Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Feb 7, 2024
1 parent d6dce87 commit d22080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- uses: romeovs/lcov-reporter-action@v0.3.1
with:
lcov-file: "test-results/coverage/lcov.info"
Expand Down

0 comments on commit d22080d

Please sign in to comment.