diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index adfbfc4..c66f6cc 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -99,7 +99,7 @@ jobs: needs: python-ci steps: - name: Download coverage data - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data