From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:33:56 +0000 (-0700) Subject: Bump actions/download-artifact from 5 to 6 (#1233) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6bc13a8004d24735bf6134b7cd37618a194c96;p=thirdparty%2Fdnspython.git Bump actions/download-artifact from 5 to 6 (#1233) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cff76daa..d77bb04e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 6134e5e0..b6d7298f 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-test-package-distributions path: dist/