We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3e710 commit 5c6622cCopy full SHA for 5c6622c
.github/workflows/flaky.yaml
@@ -59,7 +59,7 @@ jobs:
59
echo TESTS_RESULT=$result
60
echo "TESTS_RESULT=$result" >>"$GITHUB_ENV"
61
- name: download nextest reports
62
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
63
with:
64
pattern: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-*
65
merge-multiple: true
0 commit comments