diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index ac96c3480..f917f0d44 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -46,7 +46,7 @@ jobs: run: tox - name: Upload coverage.xml if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.12' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tox-gh-actions-coverage path: coverage.xml