From d2d77df634c331b8749855a5698e708a932712f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:54:44 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9492f30..57ccbde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,14 +69,14 @@ jobs: tar -czf artifacts/ctxc-osx-arm64.tar.gz -C publish/osx-arm64 . - name: Upload archives - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: archives path: artifacts/ retention-days: 1 - name: Upload Windows publish output - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: publish-win-x64 path: publish/win-x64/ @@ -127,7 +127,7 @@ jobs: & signtool sign /f $certPath /p $env:SIGNING_CERTIFICATE_PASSWORD /tr http://timestamp.digicert.com /td sha256 /fd sha256 "artifacts/ContextCompiler-Setup-$env:CTX_VERSION.exe" - name: Upload installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: installer path: artifacts/ContextCompiler-Setup-*.exe