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.
2 parents 6aeb769 + eaf76ab commit 6652836Copy full SHA for 6652836
.github/workflows/linux.yml
@@ -111,7 +111,7 @@ jobs:
111
timeout-minutes: 60
112
steps:
113
- name: Download code coverage results
114
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
115
- run: |
116
echo 'mode: atomic' > summary.txt
117
tail -q -n +2 *.out >> summary.txt
.github/workflows/linux_durability.yml
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments