Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#4824)

This commit is contained in:
dependabot[bot] 2024-01-19 07:38:07 +01:00 committed by GitHub
parent 41b07da399
commit 67a0acffa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,7 +392,7 @@ jobs:
-o console_output_style=count \ -o console_output_style=count \
tests tests
- name: Upload coverage artifact - name: Upload coverage artifact
uses: actions/upload-artifact@v4.1.0 uses: actions/upload-artifact@v4.2.0
with: with:
name: coverage-${{ matrix.python-version }} name: coverage-${{ matrix.python-version }}
path: .coverage path: .coverage