diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index c0a2519..6617d7e 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -100,9 +100,9 @@ jobs: - name: "Run tests via Tox" run: python -m tox - name: "Upload coverage report for unit tests" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: ${{ format('py{0}-unit-tests', matrix.python) }} + name: ${{ format('{0}-py{1}-unit-tests', matrix.on, matrix.python) }} path: ./coverage.xml retention-days: 1 if-no-files-found: error @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Download artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v3 with: