From f7183cddf9b58fb8b5a197b726d15ce621e46624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:50:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20deps:=20bump=20actions/download-art?= =?UTF-8?q?ifact=20from=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/coverage.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 030d727..75dd68e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -77,7 +77,7 @@ jobs: python-version: '3.9' - name: Get coverage files - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 id: download with: pattern: coverage-* diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bebc778..cbbbc74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: id-token: write steps: - name: Retrieve release distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-dists path: dist/ @@ -86,7 +86,7 @@ jobs: steps: - name: Retrieve release distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-dists path: dist/ @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-dists path: dist/