From eef28fb7dced3a494b938ce548982287a2ab5a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:03:54 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/build-helper.yml | 4 ++-- .github/workflows/testdriver-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index fb158e335..db6000d09 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -167,13 +167,13 @@ jobs: AWS_SECRET_ACCESS_KEY: "${{ secrets.ARTIFACTS_KEY_SECRET }}" AWS_DEFAULT_REGION: us-west-2 - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.runner }} path: make - name: Upload Snapcraft logs on failure if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.runner }}-log path: /home/runner/.local/state/snapcraft/log diff --git a/.github/workflows/testdriver-build.yml b/.github/workflows/testdriver-build.yml index 934eb2c75..40f247f1e 100644 --- a/.github/workflows/testdriver-build.yml +++ b/.github/workflows/testdriver-build.yml @@ -77,7 +77,7 @@ jobs: # Upload .exe as an artifact - name: Upload .exe artifact id: upload - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: windows-exe path: make/*.exe