Skip to content

Commit

Permalink
build: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-D-Akbar committed Sep 11, 2024
1 parent d72c998 commit 5aa8c81
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 @@ -44,7 +44,7 @@ jobs:
continue-on-error: ${{ matrix.status == 'ignored' }}
- name: Upload coverage
if: matrix.db-version == 'mysql80'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage${{ matrix.pytest-split-group }}
path: .coverage
Expand Down

0 comments on commit 5aa8c81

Please sign in to comment.