From 7163fde29a5cbfdc8e5a1dbf0ab5c807305e6acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:41:55 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 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] --- .github/workflows/build-documentation.yml | 2 +- .github/workflows/build-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 7d4fdc489..b8f3f2330 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -46,7 +46,7 @@ jobs: run: make html - name: Upload html artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: opendylan-doc-html path: documentation/build/html/ diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 77001805d..0eb2ec55d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -31,7 +31,7 @@ jobs: - name: "Build with batteries" run: ./build/unix/release-with-batteries.sh - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: opendylan-release-tarball # The - in the path is to omit the opendylan.tar.bz2 symlink.