Skip to content

Commit

Permalink
Fix upload-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Sep 11, 2024
1 parent 2ecd1a0 commit a6d1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Isort
run: isort --check-only test examples pyvlx
- name: Upload coverage artifact
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}
path: .coverage
Expand Down

0 comments on commit a6d1b93

Please sign in to comment.