]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/download-artifact from 6 to 7 (#1243)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 17 Dec 2025 14:44:36 +0000 (06:44 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 14:44:36 +0000 (06:44 -0800)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/publish.yml
.github/workflows/test-publish.yml

index ade1e182ea4535a77d188b63a6f7ac959671ee59..11fe118ad9ba2d22d993e8679e8f6c1784fecb6f 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v6
+      uses: actions/download-artifact@v7
       with:
         name: python-package-distributions
         path: dist/
index 6e6d2cc721523695b795152bebac02c9451f1683..01dea9e0d4a0fe16d18026f863e27baa83c3689f 100644 (file)
@@ -46,7 +46,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v6
+      uses: actions/download-artifact@v7
       with:
         name: python-test-package-distributions
         path: dist/