]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/upload-artifact from 4 to 5 (#1234)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Oct 2025 01:34:07 +0000 (18:34 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 01:34:07 +0000 (18:34 -0700)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  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 d77bb04e8b8cfa86890145429f72f401b1785169..f2ee8d2ae661c1693f4df2f2f9822fd2ef2336d6 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@v4
+      uses: actions/upload-artifact@v5
       with:
         name: python-package-distributions
         path: dist/
index b6d7298ff1c4d8bd31093720fe979a102833f3c4..90e2f59244ef0eebea39e224f92ca203af3a2677 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@v4
+      uses: actions/upload-artifact@v5
       with:
         name: python-test-package-distributions
         path: dist/