From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:34:07 +0000 (-0700) Subject: Bump actions/upload-artifact from 4 to 5 (#1234) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12d0187072cabf83444c50ab8867fbb98f5fd6ff;p=thirdparty%2Fdnspython.git Bump actions/upload-artifact from 4 to 5 (#1234) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d77bb04e..f2ee8d2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/ diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index b6d7298f..90e2f592 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -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/