Skip to content

Commit

Permalink
Fix name of action in test report download
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Dec 11, 2024
1 parent dac7ce0 commit 2307610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Download test results
uses: action/download-artifact@v4
uses: actions/download-artifact@v4
with:
name: junit
path: junit/
Expand Down

0 comments on commit 2307610

Please sign in to comment.