Skip to content

Commit

Permalink
Merge pull request #2461 from lf-lang/update-github-actions
Browse files Browse the repository at this point in the history
Update to upload-artifact@v4
  • Loading branch information
erlingrj authored Jan 24, 2025
2 parents 50a1e82 + 2638160 commit 854e0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
genhtml reactor-cpp.info --output-directory reactor-cpp.coverage
if: matrix.platform == 'ubuntu-24.04'
- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reactor-cpp.coverage
path: reactor-cpp.coverage
Expand Down

0 comments on commit 854e0b3

Please sign in to comment.