diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a378c67e..13aaaed9 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@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.TESTS_REPORTS_ARTIFACT }}-${{ matrix.os }}-py${{ matrix.python-version }}${{ matrix.toxenv-factors }} path: ${{ env.REPORTS_DIR }}