From aa478715c09754b5372175b26e1694f147624831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:34:51 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pyproject_fmt_build.yaml | 12 ++++++------ .github/workflows/tox_toml_fmt_build.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pyproject_fmt_build.yaml b/.github/workflows/pyproject_fmt_build.yaml index a6b5798..9207be3 100644 --- a/.github/workflows/pyproject_fmt_build.yaml +++ b/.github/workflows/pyproject_fmt_build.yaml @@ -98,7 +98,7 @@ jobs: target: ppc64le steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -126,7 +126,7 @@ jobs: target: x86 steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -153,7 +153,7 @@ jobs: target: aarch64 steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -174,7 +174,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build sdist @@ -203,7 +203,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download source - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source path: . @@ -217,7 +217,7 @@ jobs: - name: Tag release run: git tag pyproject-fmt/${{needs.bump.outputs.version}} - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: wheels-* path: dist diff --git a/.github/workflows/tox_toml_fmt_build.yaml b/.github/workflows/tox_toml_fmt_build.yaml index 8e315e5..e0e50cb 100644 --- a/.github/workflows/tox_toml_fmt_build.yaml +++ b/.github/workflows/tox_toml_fmt_build.yaml @@ -98,7 +98,7 @@ jobs: target: ppc64le steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -125,7 +125,7 @@ jobs: target: x86 steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -153,7 +153,7 @@ jobs: target: aarch64 steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build wheels @@ -174,7 +174,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download the code - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source - name: Build sdist @@ -203,7 +203,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download source - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: source path: . @@ -217,7 +217,7 @@ jobs: - name: Tag release run: git tag tox-toml-fmt/${{needs.bump.outputs.version}} - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: wheels-* path: dist