Skip to content

Commit

Permalink
chore: bump upload-artifact GH task to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed Sep 24, 2024
1 parent 5ebf1a4 commit b6ed4f9
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 b6ed4f9

Please sign in to comment.