From 5315167b12a73dc5b9f52c720005713931c0b004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:06:56 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/msys2.yml | 4 ++-- .github/workflows/msys2_release.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index b7fe27e..158b590 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -52,14 +52,14 @@ jobs: python mingw_deploy.py ccccc/ccccc.exe - name: Upload ccccc - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ccccc path: | ccccc/*.exe - name: Upload ccccc dependencies - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ccccc_dll path: | diff --git a/.github/workflows/msys2_release.yml b/.github/workflows/msys2_release.yml index 517dee4..9367864 100644 --- a/.github/workflows/msys2_release.yml +++ b/.github/workflows/msys2_release.yml @@ -50,7 +50,7 @@ jobs: python mingw_deploy.py ccccc.exe - name: Upload ccccc - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ccccc path: | diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 727d4ad..83f457b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -74,7 +74,7 @@ jobs: ./bin/gmake/Release/ccccc --template-file=template/ccccc_html/template.tpl --exclude-directory=3rd project/export-compile-commands/release/compile_commands.json > index.html - name: Upload index.html - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ccccc.html path: |