We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c742ccf commit 927995bCopy full SHA for 927995b
.github/workflows/CI.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Run acceptance tests
46
run: |
47
python atest/run.py
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
if: ${{ always() }}
50
with:
51
- name: atest_results
+ name: atest_results-${{ matrix.python-version }}-${{ matrix.rf-version }}
52
path: atest/results
0 commit comments