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 84a1192 commit 6bf4c42Copy full SHA for 6bf4c42
.github/workflows/CI.yml
@@ -91,7 +91,7 @@ jobs:
91
needs: [REPLTestsCommons, REPLTestsCases, UtilsTests]
92
steps:
93
- uses: actions/checkout@v3
94
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
95
with:
96
path: coverage_reports
97
- run: |
0 commit comments