From f77b7a149942d49988b6f4ce5cfd6d83b529f1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:45:11 +0000 Subject: [PATCH] ci: bump actions/upload-artifact in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/apple-silicon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apple-silicon.yml b/.github/workflows/apple-silicon.yml index 6b98054..53f38de 100644 --- a/.github/workflows/apple-silicon.yml +++ b/.github/workflows/apple-silicon.yml @@ -254,7 +254,7 @@ jobs: - name: Keep the photograph if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: arm64-window path: ${{ runner.temp }}/screen.png @@ -263,7 +263,7 @@ jobs: # Whole files, because a crash report is cheap to keep. - name: Keep any crash reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: arm64-crashes path: ${{ runner.temp }}/crashes