Skip to content

Commit

Permalink
Merge pull request #67 from mbland/fix-download-artifact
Browse files Browse the repository at this point in the history
Add workflow_run.id to actions/download-artifact
  • Loading branch information
mbland authored Dec 19, 2023
2 parents 01303b1 + 8630e9c commit b059aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: test-results
run-id: ${{ github.event.workflow_run.id }}

- name: Post test report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit b059aac

Please sign in to comment.