Skip to content

Commit 927995b

Browse files
committed
Use upload-artifact v4
1 parent c742ccf commit 927995b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Run acceptance tests
4646
run: |
4747
python atest/run.py
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
if: ${{ always() }}
5050
with:
51-
name: atest_results
51+
name: atest_results-${{ matrix.python-version }}-${{ matrix.rf-version }}
5252
path: atest/results

0 commit comments

Comments
 (0)