diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a115fe754..ce7be8d482 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: . venv/bin/activate pytest --cov --cov-report= tests/ - name: Upload coverage artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.2 with: name: coverage-${{ matrix.python-version }} path: .coverage @@ -174,7 +174,7 @@ jobs: . venv/bin/activate pytest --cov --cov-report= tests/ - name: Upload coverage artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.2 with: name: coverage-${{ matrix.python-version }} path: .coverage