Skip to content

Commit

Permalink
use upload-artifacts@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Dec 15, 2023
1 parent 5321553 commit 9004d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Add Coverage to PR summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
- name: Publish coverage HTML report as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
Expand Down

0 comments on commit 9004d7f

Please sign in to comment.