diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0a53ee3..2d7b2df 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -68,7 +68,7 @@ jobs: pytest --cov=./ --cov-report=xml --cov-report=term - name: Upload coverage report artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: coverage.xml path: ./coverage.xml