Skip to content

Commit

Permalink
Fix option key in download-artifact action (#30)
Browse files Browse the repository at this point in the history
run-id, not run_id!
  • Loading branch information
KevinBrowne committed Mar 5, 2024
1 parent 6a75e76 commit 1f1e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-json
run_id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id }}

- name: Upload coverage report to Code Climate
uses: paambaati/codeclimate-action@v5
Expand Down

0 comments on commit 1f1e727

Please sign in to comment.