We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b16def + 66d9ca7 commit 084eef7Copy full SHA for 084eef7
1 file changed
.github/workflows/linux.yml
@@ -87,7 +87,7 @@ jobs:
87
timeout-minutes: 60
88
steps:
89
- name: Download code coverage results
90
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
91
- run: |
92
echo 'mode: atomic' > summary.txt
93
tail -q -n +2 *.out >> summary.txt
0 commit comments