From cb1420446943a3eebb2b128639c5bd8b8c38bf27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:11:30 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/_ci-e2e-tauri-crabnebula.reusable.yml | 2 +- .github/workflows/_ci-e2e-tauri-embedded.reusable.yml | 2 +- .github/workflows/_ci-e2e-tauri.reusable.yml | 2 +- .github/workflows/_ci-e2e.reusable.yml | 2 +- .github/workflows/_ci-package-docker.reusable.yml | 2 +- .github/workflows/_ci-package.reusable.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_ci-e2e-tauri-crabnebula.reusable.yml b/.github/workflows/_ci-e2e-tauri-crabnebula.reusable.yml index 01d5de6b..57ecffb4 100644 --- a/.github/workflows/_ci-e2e-tauri-crabnebula.reusable.yml +++ b/.github/workflows/_ci-e2e-tauri-crabnebula.reusable.yml @@ -343,7 +343,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-tauri-crabnebula-logs-${{ inputs.os }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ inputs.scenario }}-${{ inputs.test-type }} path: e2e/logs/**/*.log diff --git a/.github/workflows/_ci-e2e-tauri-embedded.reusable.yml b/.github/workflows/_ci-e2e-tauri-embedded.reusable.yml index 6b2a4d69..39116c69 100644 --- a/.github/workflows/_ci-e2e-tauri-embedded.reusable.yml +++ b/.github/workflows/_ci-e2e-tauri-embedded.reusable.yml @@ -399,7 +399,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-tauri-embedded-logs-${{ inputs.os }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ inputs.scenario }}-${{ inputs.test-type }} path: e2e/logs/**/*.log diff --git a/.github/workflows/_ci-e2e-tauri.reusable.yml b/.github/workflows/_ci-e2e-tauri.reusable.yml index 5a995671..e7042c67 100644 --- a/.github/workflows/_ci-e2e-tauri.reusable.yml +++ b/.github/workflows/_ci-e2e-tauri.reusable.yml @@ -437,7 +437,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-tauri-logs-${{ inputs.os }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ inputs.scenario }}-${{ inputs.test-type }} path: e2e/logs/**/*.log diff --git a/.github/workflows/_ci-e2e.reusable.yml b/.github/workflows/_ci-e2e.reusable.yml index ad8fc9ae..6de04a57 100644 --- a/.github/workflows/_ci-e2e.reusable.yml +++ b/.github/workflows/_ci-e2e.reusable.yml @@ -244,7 +244,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-logs-${{ inputs.os }}${{ contains(inputs.build-command, 'mac-universal') && '-u' || '' }}${{ inputs.variant && format('-{0}', inputs.variant) || '' }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ inputs.scenario }} path: e2e/logs/**/*.log diff --git a/.github/workflows/_ci-package-docker.reusable.yml b/.github/workflows/_ci-package-docker.reusable.yml index b26f690a..dc91ce18 100644 --- a/.github/workflows/_ci-package-docker.reusable.yml +++ b/.github/workflows/_ci-package-docker.reusable.yml @@ -43,7 +43,7 @@ jobs: - name: Upload test results if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ inputs.distro }}-${{ github.run_id }}-${{ github.run_attempt }} path: fixtures/package-tests/**/logs-*/ diff --git a/.github/workflows/_ci-package.reusable.yml b/.github/workflows/_ci-package.reusable.yml index f72912f4..63c4b094 100644 --- a/.github/workflows/_ci-package.reusable.yml +++ b/.github/workflows/_ci-package.reusable.yml @@ -231,7 +231,7 @@ jobs: - name: 📦 Upload Package Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: package-test-logs-${{ inputs.os }}-${{ inputs.service }}-${{ inputs.module-type || 'default' }}-${{ github.run_id }}-${{ github.run_attempt }} path: logs/package-tests/*.log