]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/download-artifact from 7 to 8 (#1259)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 19:08:14 +0000 (11:08 -0800)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 19:08:14 +0000 (11:08 -0800)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  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 66e37c351a3d03d8920ae824af5a94145a2e2f2c..8429532c88b42d819e9ff89215c20d54e1863beb 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v7
+      uses: actions/download-artifact@v8
       with:
         name: python-package-distributions
         path: dist/
index c8cab980726eee616b216ec110051f2ce52d4ca5..263edbe3fb3a4bb2e8e502bf9f0f0fb923bdb7f4 100644 (file)
@@ -46,7 +46,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v7
+      uses: actions/download-artifact@v8
       with:
         name: python-test-package-distributions
         path: dist/