From 599bca85ec83e62e3109bc57a1323ef5b1e06392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:18:54 +0000 Subject: [PATCH] fix(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 701405fc..7975e254 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -66,7 +66,7 @@ jobs: os: [macos-12, windows-2022, ubuntu-22.04] steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} @@ -106,7 +106,7 @@ jobs: os: [macos-12, windows-2022, ubuntu-22.04] steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a95a5dd..6f165c3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ matrix.python-version }}