]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
build(deps): bump actions/upload-artifact from 4 to 5 dependabot/github_actions/actions/upload-artifact-5 644/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Nov 2025 11:08:25 +0000 (11:08 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 11:08:25 +0000 (11:08 +0000)
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>
.github/workflows/ci.yaml

index 796bf32ae967d8ffd0c662510b601acfbb1190d6..39c68b01c92133beefb40b5752e6da87f051090e 100644 (file)
@@ -117,7 +117,7 @@ jobs:
       - name: Build docs (via tox)
         run: tox -e docs
       - name: Archive build results
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v5
         with:
           name: html-docs-build
           path: docs/_build/html