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

---
updated-dependencies:
- dependency-name: actions/upload-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 8429532c88b42d819e9ff89215c20d54e1863beb..85164e00b8ee3268c7c62b3860b5dbdb5e49e967 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     - name: Build a binary wheel and a source tarball
       run: python3 -m build
     - name: Store the distribution packages
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       with:
         name: python-package-distributions
         path: dist/
index 263edbe3fb3a4bb2e8e502bf9f0f0fb923bdb7f4..fbe8405fc243790fbea4d2b10a78e05ac8585039 100644 (file)
@@ -25,7 +25,7 @@ jobs:
     - name: Build a binary wheel and a source tarball
       run: python3 -m build
     - name: Store the distribution packages
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       with:
         name: python-test-package-distributions
         path: dist/