From 214238c220ccd16db3014023faa101e4ddb6356a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:57:34 +0000 Subject: [PATCH] ci(dependabot): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/build_docs.yml | 2 +- .github/workflows/reusable_build_wheel.yml | 2 +- .github/workflows/reusable_pip_test.yml | 2 +- .github/workflows/reusable_run_tox_test.yml | 6 +++--- .github/workflows/upgrade_test_constraints.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index cd2352195cd..6e4befd6e54 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -165,7 +165,7 @@ jobs: fi - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: asv-benchmark-results-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index f45e7b7b8a9..c60255829e8 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -70,7 +70,7 @@ jobs: linux-teardown: "echo 'skip teardown'" - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs path: docs/docs/_build diff --git a/.github/workflows/reusable_build_wheel.yml b/.github/workflows/reusable_build_wheel.yml index c7aceb95535..b20c7bbf0f2 100644 --- a/.github/workflows/reusable_build_wheel.yml +++ b/.github/workflows/reusable_build_wheel.yml @@ -31,7 +31,7 @@ jobs: mv dist/*.whl dist/napari-0.0.1-py3-none-any.whl - name: Upload wheel - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheel path: dist/*.whl diff --git a/.github/workflows/reusable_pip_test.yml b/.github/workflows/reusable_pip_test.yml index 01d9d3a77b5..284addaf895 100644 --- a/.github/workflows/reusable_pip_test.yml +++ b/.github/workflows/reusable_pip_test.yml @@ -40,7 +40,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test artifacts pip install path: .pytest_tmp diff --git a/.github/workflows/reusable_run_tox_test.yml b/.github/workflows/reusable_run_tox_test.yml index 0ab787cbe90..28a3283ee14 100644 --- a/.github/workflows/reusable_run_tox_test.yml +++ b/.github/workflows/reusable_run_tox_test.yml @@ -173,20 +173,20 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test artifacts ${{ inputs.platform }} py ${{ inputs.python_version }} ${{ inputs.toxenv || inputs.qt_backend }} path: .pytest_tmp - name: Upload pytest timing reports as json - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: upload pytest timing reports as json path: | ./report-*.json - name: Upload coverage data - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ inputs.coverage == 'cov' }} with: name: coverage reports diff --git a/.github/workflows/upgrade_test_constraints.yml b/.github/workflows/upgrade_test_constraints.yml index 9494d8bc6d5..c080968f124 100644 --- a/.github/workflows/upgrade_test_constraints.yml +++ b/.github/workflows/upgrade_test_constraints.yml @@ -211,7 +211,7 @@ jobs: # END PYTHON DEPENDENCIES - name: Upload constraints - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: constraints path: |