From c64d2e4795273264e1feaa90c43d1a03c2c6dd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:08:25 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.3 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6eb1d70..f4b08078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,13 +63,13 @@ jobs: move ${{ github.workspace }}\artifacts\${{ matrix.platform }}-${{ matrix.architecture }}\CLIs\*.pdb ${{ github.workspace }}\artifacts\${{ matrix.platform }}-${{ matrix.architecture }}\PDBs\ - name: Upload artifact (Binaries) - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ matrix.platform }}-${{ matrix.architecture }}-binaries path: ${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }}\CLIs - name: Upload artifact (Symbols) - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ matrix.platform }}-${{ matrix.architecture }}-symbols path: ${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }}\PDBs \ No newline at end of file