From d829c759a3c79adee2ab154205f34f3f4f9294a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:59:39 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1881a3..5eb5e09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: run: cargo build --release --target x86_64-unknown-linux-gnu - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: chalk-x86_64-unknown-linux-gnu path: target/x86_64-unknown-linux-gnu/release/chalk @@ -66,7 +66,7 @@ jobs: run: cargo build --release --target x86_64-apple-darwin - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: chalk-x86_64-apple-darwin path: target/x86_64-apple-darwin/release/chalk @@ -97,7 +97,7 @@ jobs: run: cargo build --release --target aarch64-apple-darwin - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: chalk-aarch64-apple-darwin path: target/aarch64-apple-darwin/release/chalk @@ -128,7 +128,7 @@ jobs: run: cargo build --release --target x86_64-pc-windows-msvc - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: chalk-x86_64-pc-windows-msvc path: target/x86_64-pc-windows-msvc/release/chalk.exe