diff --git a/.github/workflows/_ci-e2e-tauri.reusable.yml b/.github/workflows/_ci-e2e-tauri.reusable.yml index e5adaee..b799e32 100644 --- a/.github/workflows/_ci-e2e-tauri.reusable.yml +++ b/.github/workflows/_ci-e2e-tauri.reusable.yml @@ -272,7 +272,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: e2e-tauri-logs-${{ inputs.os }}-${{ 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 9980053..b3319a4 100644 --- a/.github/workflows/_ci-e2e.reusable.yml +++ b/.github/workflows/_ci-e2e.reusable.yml @@ -139,7 +139,7 @@ jobs: - name: 📦 Upload Test Logs if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: e2e-logs-${{ inputs.os }}${{ contains(inputs.build-command, 'mac-universal') && '-u' || '' }}-${{ inputs.scenario }} path: e2e/logs/**/*.log