mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Use different GHA for downloading artifact
This commit is contained in:
5
.github/workflows/be-test-report.yml
vendored
5
.github/workflows/be-test-report.yml
vendored
@@ -13,9 +13,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 📁 Download test results
|
||||
uses: actions/download-artifact@v3
|
||||
id: download-artifact
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
name: be-test-results
|
||||
workflow: check-be-pull-request.yml
|
||||
workflow_conclusion: success
|
||||
- name: 📋 Publish test results
|
||||
uses: dorny/test-reporter@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user