From 512a76d8fc4463f71ed4e9311b71a5a6400fa19a 2024-09-30 12:41:53 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-09-30 12:41:53 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 in the actions group Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb8b2b3..8bcc2d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: COLUMNS: 120 run: | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: upload pytest timing reports as json path: |