Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
actions/upload-artifact and actions/download-artifact have
been deprecated and need updated.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Jan 8, 2025
1 parent 9e459c5 commit 1b23273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
junitxml-title: JUnit

- name: Publish lcov report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lcov-report.zip
path: coverage/lcov-report
Expand Down

0 comments on commit 1b23273

Please sign in to comment.