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

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  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 11fe118ad9ba2d22d993e8679e8f6c1784fecb6f..66e37c351a3d03d8920ae824af5a94145a2e2f2c 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@v5
+      uses: actions/upload-artifact@v6
       with:
         name: python-package-distributions
         path: dist/
index 01dea9e0d4a0fe16d18026f863e27baa83c3689f..c8cab980726eee616b216ec110051f2ce52d4ca5 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@v5
+      uses: actions/upload-artifact@v6
       with:
         name: python-test-package-distributions
         path: dist/