diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index f78d975d..6f63628f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -239,7 +239,7 @@ jobs: - name: Artifact reports if: ${{ ! cancelled() }} # see https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.TESTS_REPORTS_ARTIFACT }}-${{ matrix.os }}-py${{ matrix.python-version }}${{ matrix.toxenv-factors }} path: ${{ env.REPORTS_DIR }}