Skip to content

Commit

Permalink
Use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Dec 15, 2023
1 parent c742ccf commit 927995b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Run acceptance tests
run: |
python atest/run.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: atest_results
name: atest_results-${{ matrix.python-version }}-${{ matrix.rf-version }}
path: atest/results

0 comments on commit 927995b

Please sign in to comment.