From 9b3dfadf2342aa56bf2ee9977e7fc22f9d4bf7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:06:32 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index ef12dd0..f02c6ba 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -145,14 +145,14 @@ jobs: - name: Upload the Nim Language Server Binaries (.zip) if: matrix.target.archive_format == 'zip' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nimlangserver-${{ matrix.target.name }}-${{ matrix.target.cpu }}.zip path: nimlangserver-${{ matrix.target.name }}-${{ matrix.target.cpu }}.zip - name: Upload the Nim Language Server Binaries (.tar.gz) if: matrix.target.archive_format == 'tgz' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nimlangserver-${{ matrix.target.name }}-${{ matrix.target.cpu }}.tar.gz path: nimlangserver-${{ matrix.target.name }}-${{ matrix.target.cpu }}.tar.gz @@ -190,7 +190,7 @@ jobs: 7z a -tzip nimlangserver-macos-universal.zip nimlangserver - name: Upload the Nim Language Server Binaries - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nimlangserver-macos-universal.zip path: nimlangserver-macos-universal.zip