We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4620418 commit a0e2e7cCopy full SHA for a0e2e7c
1 file changed
.github/workflows/report_test_results.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Check out repo
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: Download test results
19
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
20
with:
21
path: test_results
22
pattern: test_results_*
0 commit comments