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 a897100 commit 64f854cCopy full SHA for 64f854c
.github/workflows/consolidated-ci.yml
@@ -208,7 +208,7 @@ jobs:
208
fetch-depth: 1
209
210
- name: Download coverage artifacts
211
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
212
with:
213
path: coverage_dl
214
.github/workflows/e2e-testing.yml
@@ -291,7 +291,7 @@ jobs:
291
292
steps:
293
- name: Download all artifacts
294
- uses: actions/download-artifact@v5
295
296
path: artifacts/
297
0 commit comments