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 b901165 commit c7124c2Copy full SHA for c7124c2
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run acceptance tests
37
run: |
38
python atest/run.py
39
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v3
40
if: ${{ always() }}
41
with:
42
name: atest_results
0 commit comments