Skip to content

Commit

Permalink
fix(sonar): bump github action download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 18, 2024
1 parent 004a3a6 commit 3ac5e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download python coverage report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-code-coverage-report
- name: SonarCloud Scan
Expand Down

0 comments on commit 3ac5e58

Please sign in to comment.